how could this git "merge commit" can have 1 parent only -
we had issue strange merge happened branch master saw conflicts should never have been there.
i found root cause of problem: "merge commit" wasn't one. mean: commit message, looked merge commit:
merge remote-tracking branch 'origin/master’ branchname conflicts: file1 file2
the problem? commit had 1 parent!
so, i'm pretty sure person created commit didn't type hand. came real merge commit @ point.
but how did end 1 parent? rebased? that's possibility, since person did has "pull --rebase" set default. can't reproduce problem.
any ideas?
Comments
Post a Comment