git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
afa80f5
)
mailmap doc: use correct environment variable 'GIT_WORK_TREE'
author
Philippe Blain
<redacted>
Fri, 15 Jan 2021 03:28:25 +0000
(22:28 -0500)
committer
Junio C Hamano
<redacted>
Fri, 15 Jan 2021 05:54:06 +0000
(21:54 -0800)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/gitmailmap.txt
patch
|
blob
|
history
diff --git
a/Documentation/gitmailmap.txt
b/Documentation/gitmailmap.txt
index 7f1089786d6bb509de0cade87f42697f6bcdc19b..052209b33b4ffa5c83b3aa49efc0e0e275fbdc62 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT