Hi,
On Thu, Oct 21, 2010 at 04:18:19PM +0300, Gert Palok wrote:
I finally got a chance to look at this. Contrary to my initial
suspicion, it's not a problem with the merge algorithm at all. It
doesn't even do a merge.
Instead, git merge finds that it has no valid HEAD and therefore
does a hard reset, which obviously overwrites any files already
there.
Patch to follow.
Clemens