Boonda-P / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

User aliases #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run gource over http://github.com/aslakhellesoy/gherkin
2.
3.

What is the expected output?
msassak and Mike Sassak are seen as one individual

What do you see instead?
I see msassak and Mike Sassak as 2 different individuals

What version of the product are you using? On what operating system?
v0.18, OS X

Please provide any additional information below.

It would be nice to be able to group people who commit as different authors
(typically on different machines with different setup). For example
--user-alias "Mike Sassak,msassak"

Original issue reported on code.google.com by aslak.he...@gmail.com on 2 Dec 2009 at 11:38

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
:)

Original comment by acaudw...@gmail.com on 3 Dec 2009 at 9:40