Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 0ba8799

Browse files
author
Julien Gilli
committed
tools: fix comment in update-authors.js
1 parent b06a010 commit 0ba8799

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/update-authors.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ var debug = util.debuglog('update-authors');
3838

3939
var commonTools = require(path.join(__dirname, './common.js'));
4040

41-
// Use '%an <%ae>' and not '%aN <%aE>' as we want to get the "raw output",
42-
// not the output changed by the content of .mailmap which this script also
43-
// generates.
41+
// Use '%aN <%aE>' and not '%an <%ae>' as we want to have git log use the
42+
// .mailmap file.
4443
var GIT_LOG_COMMAND_ARGS = ['log', "--format='%aN <%aE>'"];
4544
var MAILMAP_FILE = '.mailmap';
4645

0 commit comments

Comments
 (0)