]> git.ipfire.org Git - thirdparty/git.git/commitdiff
environ: simplify description of GIT_INDEX_FILE
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2022 16:06:58 +0000 (09:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2022 16:45:21 +0000 (09:45 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt

index 8159a4b3a4248ebaafde6d539637edbb660df635..e173c47f38d11f9b15dc18a16c1676232eaf33ed 100644 (file)
@@ -455,7 +455,7 @@ is worth noting that they may be used/overridden by SCMS sitting above
 Git so take care if using a foreign front-end.
 
 `GIT_INDEX_FILE`::
-       This environment allows the specification of an alternate
+       This environment variable specifies an alternate
        index file. If not specified, the default of `$GIT_DIR/index`
        is used.