From: Junio C Hamano Date: Thu, 15 Sep 2022 16:06:58 +0000 (-0700) Subject: environ: simplify description of GIT_INDEX_FILE X-Git-Tag: v2.39.0-rc0~127^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b724df6b559d895b035cafa6f7e55216f581f7c1;p=thirdparty%2Fgit.git environ: simplify description of GIT_INDEX_FILE Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 8159a4b3a4..e173c47f38 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -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.