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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -