Skip to content

Commit 3c8459b

Browse files
Revert "Account for committer as well"
This reverts commit 2ef82d3. Needs more thought -- lots of commits by GitHub, at least, which probably means our accounting is off when we do this.
1 parent 2d41a55 commit 3c8459b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ fn build_author_map_(
427427
}
428428
}
429429
commit_authors.extend(commit_coauthors(&commit));
430-
commit_authors.push(Author::from_sig(commit.committer()));
431430
for author in commit_authors {
432431
let author = mailmap.canonicalize(&author);
433432
author_map.add(author, oid);

0 commit comments

Comments
 (0)