From f11e2fb7eac7ae6802d21991d0b0db8f70bcaa62 Mon Sep 17 00:00:00 2001 From: Ken Lau Date: Wed, 8 Jan 2025 16:20:51 +0000 Subject: [PATCH] doc: Fix incorrect option "disassociate" in "checkoutSCM" git section Also fix typo and add man page section that explains the option --- doc/manual/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/configuration.rst b/doc/manual/configuration.rst index 9d99dc60..15f69d6c 100644 --- a/doc/manual/configuration.rst +++ b/doc/manual/configuration.rst @@ -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