Skip to content

Commit 97f4b4c

Browse files
phil-blaingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent afa80f5 commit 97f4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitmailmap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gitmailmap - Map author/committer names and/or E-Mail addresses
77

88
SYNOPSIS
99
--------
10-
$GIT_WORK_DIR/.mailmap
10+
$GIT_WORK_TREE/.mailmap
1111

1212

1313
DESCRIPTION

0 commit comments

Comments
 (0)