diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-28 09:33:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-28 09:33:13 -0700 |
commit | 2217579cde1d3a96446f8435f6fb4a89925d599a (patch) | |
tree | e0de7fabf9b4907cdf418665faaccef0dba4c797 /Documentation | |
parent | 245dd15aa9e086d82de7a9c947aa916e6d702f48 (diff) | |
parent | 70320541ec8727fe57d0bb29a196edef71cae840 (diff) | |
download | git-2217579cde1d3a96446f8435f6fb4a89925d599a.tar.gz |
Merge branch 'nd/doc-git-index-version' into maint
Doc clean-up.
* nd/doc-git-index-version:
git.txt: list index versions in plain English
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index a2596dc734..bfa19cb50b 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -769,7 +769,8 @@ Git so take care if using Cogito etc. 'GIT_INDEX_VERSION':: This environment variable allows the specification of an index version for new repositories. It won't affect existing index - files. By default index file version [23] is used. + files. By default index file version 2 or 3 is used. See + linkgit:git-update-index[1] for more information. 'GIT_OBJECT_DIRECTORY':: If the object storage directory is specified via this |