-
-
Notifications
You must be signed in to change notification settings - Fork 933
Git.log() with pretty option returns email ids instead of their names. #863
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
Comments
guys could someone reply... |
It seems to work for me. I'm getting the name of the committer. |
This is how it looks, still no author name. [root@localhost ehan-mozilla]# git log 677cdde6477cc92b7779d4239df66d6c8ced7aba -n 1
|
This is not an issue with Git or GitPython commit ca82a6dff817ec66f44342007202690a93763949
|
Agreed; someone set their git user.name to their email address in that case (or perhaps never set their git user.name at all). |
The whole repository gives the same result. i felt the .mailmap file was missing.i have raised a issue there too. Thanks for helping out. |
The following command returns author and commiter email ids instead of their names.i am using version 2.1.11.
Command
git.log('--pretty=%H %an %cn %s','--before=some_date',filename)
Output
677cdde6477cc92b7779d4239df66d6c8ced7aba
bienvenu%nventure.com
bienvenu%nventure.com
fix 103732, sending unsent messages doesn't set replied/forwarded status on original msg, r/sr=mscott
The text was updated successfully, but these errors were encountered: