environ: simplify description of GIT_INDEX_FILE

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2022-09-15 09:06:58 -07:00
parent fd01795beb
commit b724df6b55
1 changed files with 1 additions and 1 deletions

View 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.