Skip to content

Commit

Permalink
Merge pull request #608 from kenlau46/fix-doc-checkoutSCM.git.dissociate
Browse files Browse the repository at this point in the history
doc: Fix incorrect option "disassociate" in "checkoutSCM" git section
  • Loading branch information
jkloetzke authored Jan 8, 2025
2 parents c1146f8 + f11e2fb commit e325c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ git | ``url``: URL of remote repository
| local reference repo didn't exitst.
| Note: ``references`` are not used for submodules.
| ``retries`` (\*): Number of retries before the checkout is set to failed.
| ``disassociate``: (Boolean, default false). Diasassociate the reference.
| ``dissociate``: (Boolean, default false). Dissociate the reference (see man git-clone).
import | ``url``: Directory path relative to project root.
| ``prune`` (\*): Delete destination directory before importing files.
svn | ``url``: URL of SVN module
Expand Down

0 comments on commit e325c8a

Please sign in to comment.