Re: commit gone after merge - how to debug?
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:55:25
Igor Lautar [off-list ref] writes:
git annotate <file> <merge commit>^2 - shows line as being modified by a commit done after file was added - ie., state I would expect after a merge
What about "git annotate <file> <merge-commit>^1"? Was the merge completely automatic, or were there any conflict? -- Matthieu Moy http://www-verimag.imag.fr/~moy/