Closed GoogleCodeExporter closed 9 years ago
You can already do by putting a .mailmap file in your git project directory.
If you use `git log --pretty=%aN` (as Gource does) this applies the aliases
listed in
the .mailmap file in the same directory.
.mailmap files are formatted like:
Alias1 <email@address>
Alias2 <email@address>
...
I hope this helps.
Original comment by acaudw...@gmail.com
on 3 Dec 2009 at 7:56
Thanks! I learn something new every day. What a great tool BTW.
Original comment by aslak.he...@gmail.com
on 3 Dec 2009 at 10:16
:)
Original comment by acaudw...@gmail.com
on 3 Dec 2009 at 9:40
Original issue reported on code.google.com by
aslak.he...@gmail.com
on 2 Dec 2009 at 11:38