diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-06 00:51:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-06 00:51:37 +0200 |
commit | 94fc8a55c2046bd1853477455ca0a5d1f95f0608 (patch) | |
tree | d1ac6bf15f23958913c92b02e0c2ba8d3f9e8803 /Documentation/config | |
parent | Merge branch 'ds/win-syslog-compiler-fix' into maint (diff) | |
parent | config/core.txt: fix minor issues for `core.sparseCheckoutCone` (diff) | |
download | git-94fc8a55c2046bd1853477455ca0a5d1f95f0608.tar.xz git-94fc8a55c2046bd1853477455ca0a5d1f95f0608.zip |
Merge branch 'ma/sparse-checkout-cone-doc-fix' into maint
Docfix.
source: <20220718100530.2068354-1-martin.agren@gmail.com>
* ma/sparse-checkout-cone-doc-fix:
config/core.txt: fix minor issues for `core.sparseCheckoutCone`
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/core.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index 41e330f306..88bc799cf3 100644 --- a/Documentation/config/core.txt +++ b/Documentation/config/core.txt @@ -707,8 +707,8 @@ core.sparseCheckout:: core.sparseCheckoutCone:: Enables the "cone mode" of the sparse checkout feature. When the sparse-checkout file contains a limited set of patterns, this - mode provides significant performance advantages. The "non - cone mode" can be requested to allow specifying a more flexible + mode provides significant performance advantages. The "non-cone + mode" can be requested to allow specifying more flexible patterns by setting this variable to 'false'. See linkgit:git-sparse-checkout[1] for more information. |