1
0
mirror of https://github.com/git/git.git synced 2024-09-25 09:51:00 +02:00

Merge branch 'ma/sparse-checkout-cone-doc-fix'

Docfix.

* ma/sparse-checkout-cone-doc-fix:
  config/core.txt: fix minor issues for `core.sparseCheckoutCone`
This commit is contained in:
Junio C Hamano 2022-07-27 09:16:53 -07:00
commit 6a591a3173

View File

@ -722,8 +722,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.