/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add mailmap.file as configurational option for mailmap location
[git/git.git]
/
builtin-blame.c
diff --git
a/builtin-blame.c
b/builtin-blame.c
index
aae14ef
..
19edcf3
100644
(file)
--- a/
builtin-blame.c
+++ b/
builtin-blame.c
@@
-2394,7
+2394,7
@@
parse_done:
die("reading graft file %s failed: %s",
revs_file, strerror(errno));
- read_mailmap(&mailmap,
".mailmap",
NULL);
+ read_mailmap(&mailmap, NULL);
if (!incremental)
setup_pager();