Skip to content

respected mailmap #8

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions git_py_stats/generate_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def detailed_git_stats(config: Dict[str, Union[str, int]], branch: Optional[str]
"--use-mailmap",
merges,
"--numstat",
"--pretty=format:%H%x09%an%x09%ae%x09%ad",
"--pretty=format:%H%x09%aN%x09%aE%x09%ad",
"--date=raw",
since,
until,
Expand Down Expand Up @@ -495,7 +495,7 @@ def save_git_log_output_json(config: Dict[str, Union[str, int]]) -> None:
since,
until,
log_options,
"--pretty=format:%H|%an|%ad|%s",
"--pretty=format:%H|%aN|%ad|%s",
"--date=iso",
]

Expand Down