diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-03-25 12:54:28 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-03-25 12:54:28 -0700 |
| commit | 6ce3cc5d330f9a98058e509bb7d71affeb181d47 (patch) | |
| tree | ab3c1624ebba629ee17f972119654655b6c3f3c9 | |
| parent | Merge branch 'jk/run-command-capture' (diff) | |
| parent | git.txt: list index versions in plain English (diff) | |
| download | git-6ce3cc5d330f9a98058e509bb7d71affeb181d47.tar.gz git-6ce3cc5d330f9a98058e509bb7d71affeb181d47.zip | |
Merge branch 'nd/doc-git-index-version'
Doc clean-up.
* nd/doc-git-index-version:
git.txt: list index versions in plain English
| -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 b12e22d597..8837862908 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 |
