git merge specifies wrong author
Posted
by
dhblah
on Stack Overflow
See other posts from Stack Overflow
or by dhblah
Published on 2013-11-01T09:50:58Z
Indexed on
2013/11/01
9:53 UTC
Read the original article
Hit count: 164
I have a problem with latest version of git i compiled under cygwin.
At first, it displays editor to enter merge message. Previously, it went sailent. And then commit author seems to be different from normal commit.
When I do manual commit, author is User Name <[email protected]>
, but when I do merge author name is Domain\username <[email protected]>
Is there a way to make merge to specify the same auther as for manual commit? What's happening?
© Stack Overflow or respective owner