Merge branch 'nd/doc-git-index-version'

Doc clean-up.

* nd/doc-git-index-version:
  git.txt: list index versions in plain English
This commit is contained in:
Junio C Hamano 2015-03-25 12:54:28 -07:00
commit 6ce3cc5d33

View file

@ -769,7 +769,8 @@ Git so take care if using Cogito etc.
'GIT_INDEX_VERSION':: 'GIT_INDEX_VERSION'::
This environment variable allows the specification of an index This environment variable allows the specification of an index
version for new repositories. It won't affect existing 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':: 'GIT_OBJECT_DIRECTORY'::
If the object storage directory is specified via this If the object storage directory is specified via this