diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:11:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:11:40 -0700 |
commit | de0d774d46b3731ea22567efc4aaf1fc8f5ac919 (patch) | |
tree | 68eac5271a875809dd3f0da358d0901f267c882c /Documentation/gitrepository-layout.txt | |
parent | 703319313fc2878c0c28ccc14a488024e8687fc2 (diff) | |
parent | 08d595dc1cdf6f0d8e6022a69c4fcdd2fba628cf (diff) | |
download | git-de0d774d46b3731ea22567efc4aaf1fc8f5ac919.tar.gz |
Merge branch 'nd/checkout-keep-sparse'
Make the initial "sparse" selection of the paths more sticky across
"git checkout".
* nd/checkout-keep-sparse:
checkout: add --ignore-skip-worktree-bits in sparse checkout mode
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r-- | Documentation/gitrepository-layout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index 2ad09f4baf..d6f3393c5f 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -184,6 +184,10 @@ info/exclude:: 'git clean' look at it but the core Git commands do not look at it. See also: linkgit:gitignore[5]. +info/sparse-checkout:: + This file stores sparse checkout patterns. + See also: linkgit:git-read-tree[1]. + remotes:: Stores shorthands for URL and default refnames for use when interacting with remote repositories via 'git fetch', |