Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User aliases #22

Closed
GoogleCodeExporter opened this issue Apr 12, 2016 · 3 comments
Closed

User aliases #22

GoogleCodeExporter opened this issue Apr 12, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

:)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant