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

feature: emit both email and name #96

Open
jaraco opened this issue May 2, 2024 · 2 comments
Open

feature: emit both email and name #96

jaraco opened this issue May 2, 2024 · 2 comments

Comments

@jaraco
Copy link

jaraco commented May 2, 2024

Today, I was working to leverage git-fame to infer the "Authors" and "Maintainers" of a project (contributors). For these fields, I'd like to have both the email and name of these contributors. When I went to invoke git-fame, however, I see that it will emit the name or the email but not both. I've hacked together this monstrosity to zip those together, but it would be so much nicer to get the name and email in one go.

Would you consider an option to include both email and name in the output?

@killi199
Copy link

Unfortunately, I think your code is also not working. It is possible that the number of rows in each output is different. For example, I have this problem with the matplotlib repo. The output of the Table with names contains 33 more rows than the table with emails. I would also like an option to print both name and email in one table.

@jaraco
Copy link
Author

jaraco commented May 17, 2024

Oh, gosh. Yeah, I was making that assumption. Fortunately, that assumption has held for the trivial repos against which I'm relying on it currently, but it'll surely break when that's not the case. Thanks for the heads up.

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