summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Philippe Blain <levraiphilippeblain@gmail.com>2021-01-14 22:28:25 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-01-14 21:54:06 -0800
commit97f4b4c4e79f7726acca50971b4cf851a3219347 (patch)
tree166bc16bcaa711feb9030b902a2ff45b6454661f
parentt4203: stop losing return codes of git commands (diff)
downloadtgif-97f4b4c4e79f7726acca50971b4cf851a3219347.tar.xz
mailmap doc: use correct environment variable 'GIT_WORK_TREE'
gitmailmap(5) uses 'GIT_WORK_DIR' to refer to the root of the repository, but this environment variable does not exist. Use the correct spelling for that variable, 'GIT_WORK_TREE'. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitmailmap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitmailmap.txt b/Documentation/gitmailmap.txt
index 7f1089786d..052209b33b 100644
--- a/Documentation/gitmailmap.txt
+++ b/Documentation/gitmailmap.txt
@@ -7,7 +7,7 @@ gitmailmap - Map author/committer names and/or E-Mail addresses
SYNOPSIS
--------
-$GIT_WORK_DIR/.mailmap
+$GIT_WORK_TREE/.mailmap
DESCRIPTION