diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-02-05 22:35:00 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-05 22:35:00 (GMT) |
commit | ea46d9097bd9f5c215cad65e090884869a4c3451 (patch) | |
tree | 7999436a26198fa48dc88acc91dcf5dab65752f8 /Documentation/git-sparse-checkout.txt | |
parent | ff5134b2fffe202fb48498f15d6e47673f9bd6b2 (diff) | |
parent | d031049da356fc345d75c51ec1fbfbeab0f1c8cb (diff) | |
download | git-ea46d9097bd9f5c215cad65e090884869a4c3451.zip git-ea46d9097bd9f5c215cad65e090884869a4c3451.tar.gz git-ea46d9097bd9f5c215cad65e090884869a4c3451.tar.bz2 |
Merge branch 'mt/sparse-checkout-doc-update'
Doc update.
* mt/sparse-checkout-doc-update:
completion: add support for sparse-checkout
doc: sparse-checkout: mention --cone option
Diffstat (limited to 'Documentation/git-sparse-checkout.txt')
-rw-r--r-- | Documentation/git-sparse-checkout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt index 974ade2..e6f235a 100644 --- a/Documentation/git-sparse-checkout.txt +++ b/Documentation/git-sparse-checkout.txt @@ -41,6 +41,10 @@ COMMANDS To avoid interfering with other worktrees, it first enables the `extensions.worktreeConfig` setting and makes sure to set the `core.sparseCheckout` setting in the worktree-specific config file. ++ +When `--cone` is provided, the `core.sparseCheckoutCone` setting is +also set, allowing for better performance with a limited set of +patterns (see 'CONE PATTERN SET' below). 'set':: Write a set of patterns to the sparse-checkout file, as given as |