Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-15 19:06:58 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-16 19:45:21 +0300
commitb724df6b559d895b035cafa6f7e55216f581f7c1 (patch)
tree84784fde2f91279396b2df02fbe0fc19c90ad3b0 /Documentation/git.txt
parentfd01795beb1bda7aa738b443bcb01cc9df70059a (diff)
environ: simplify description of GIT_INDEX_FILE
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
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.