Skip to content

Commit 266192b

Browse files
committed
Adds ensures mailmap for file logs
1 parent 6a5c158 commit 266192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/git/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ export class Git {
12811281
argsOrFormat = [`--format=${argsOrFormat}`];
12821282
}
12831283

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

12861286
if (ordering) {
12871287
params.push(`--${ordering}-order`);

0 commit comments

Comments
 (0)