Skip to content

Commit e0e9d1f

Browse files
authored
Merge pull request #8 from git-quick-stats/1-detailed-contribution-stats-by-author-is-not-using-mailmap
respected mailmap
2 parents fed7a09 + 162bbd3 commit e0e9d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_py_stats/generate_cmds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def detailed_git_stats(config: Dict[str, Union[str, int]], branch: Optional[str]
6666
"--use-mailmap",
6767
merges,
6868
"--numstat",
69-
"--pretty=format:%H%x09%an%x09%ae%x09%ad",
69+
"--pretty=format:%H%x09%aN%x09%aE%x09%ad",
7070
"--date=raw",
7171
since,
7272
until,
@@ -495,7 +495,7 @@ def save_git_log_output_json(config: Dict[str, Union[str, int]]) -> None:
495495
since,
496496
until,
497497
log_options,
498-
"--pretty=format:%H|%an|%ad|%s",
498+
"--pretty=format:%H|%aN|%ad|%s",
499499
"--date=iso",
500500
]
501501

0 commit comments

Comments
 (0)