Skip to content

Commit 819fb68

Browse files
committed
environ: GIT_INDEX_VERSION affects not just a new repository
The variable is consulted whenever we write the index file. Signed-off-by: Junio C Hamano <[email protected]>
1 parent b724df6 commit 819fb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ Git so take care if using a foreign front-end.
460460
is used.
461461

462462
`GIT_INDEX_VERSION`::
463-
This environment variable allows the specification of an index
464-
version for new repositories. It won't affect existing index
463+
This environment variable specifies what index version is used
464+
when writing the index file out. It won't affect existing index
465465
files. By default index file version 2 or 3 is used. See
466466
linkgit:git-update-index[1] for more information.
467467

0 commit comments

Comments
 (0)