git merge specifies wrong author
- by dhblah
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?