From: Philippe Blain Date: Fri, 15 Jan 2021 03:28:25 +0000 (-0500) Subject: mailmap doc: use correct environment variable 'GIT_WORK_TREE' X-Git-Tag: v2.31.0-rc0~93^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97f4b4c4e79f7726acca50971b4cf851a3219347;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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