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

automatically include contributor names as spelled correctly #60

Closed
dhellmann opened this issue Jul 28, 2020 · 4 comments
Closed

automatically include contributor names as spelled correctly #60

dhellmann opened this issue Jul 28, 2020 · 4 comments

Comments

@dhellmann
Copy link
Member

Pull names of authors and committers of patches in git.

@webknjaz
Copy link
Member

FTR here's how one can extract such a list:

$ git log '--pretty=format:%(trailers:key=Co-Authored-By,separator=%x0A)%x0A%an <%ae>%x0A%cn <%ce>' | sort | uniq

@dhellmann
Copy link
Member Author

Ah, I wondered about getting the co-authored-by tags. The trailers part is a nice tip. Thanks!

@webknjaz
Copy link
Member

Yeah, I've been exploring this when working on a huge repo split earlier this year (ansible-community/collection_migration#497) so I thought I'd share some of the findings :)

@dhellmann
Copy link
Member Author

This was done in #68

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

No branches or pull requests

2 participants