Skip to content

Commit

Permalink
Adds ensures mailmap for file logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jan 22, 2025
1 parent 6a5c158 commit 266192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/node/git/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ export class Git {
argsOrFormat = [`--format=${argsOrFormat}`];
}

const params = ['log', ...argsOrFormat];
const params = ['log', ...argsOrFormat, '--use-mailmap'];

if (ordering) {
params.push(`--${ordering}-order`);
Expand Down

0 comments on commit 266192b

Please sign in to comment.