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 <username@email.com>
, but when I do merge author name is Domain\username <username@username.machine.name.com>
Is there a way to make merge to specify the same auther as for manual commit? What's happening?
EDIT I have name.name and name.email specified in global git config. it seems that new git merge doesn't respect those settings.