All of lore.kernel.org
 help / color / mirror / Atom feed
* git rerere and diff3
@ 2018-06-26 13:25 Nicolas Dechesne
  2018-06-26 19:05 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Dechesne @ 2018-06-26 13:25 UTC (permalink / raw)
  To: git

hi there,

i have noticed that merge.conflictstyle has an impact on the rerere
resolution. looking briefly at the source code, it seems that git
tries to discard the common ancestor diff3 bits, but what I am seeing
is that if i do the following then it fails:

1. from a clean rr-cache state, with merge.conflictsytle=diff3, git
merge <branch with conflict>, resolve the conflicts, then commit
2. undo the previous merge, remove merge.conflictstyle=diff3 (disable
diff3) and merge the *same* branch, then rerere won't fix the
conflicts

Is that the expected behavior? I am not familiar with git code, but
browsing rerere.c makes me think that it should have worked..

Of course, if I merge the same branch without modifying
merge.conflictstyle, then the merge conflicts are properly resolved by
rerere.

thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-26 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 13:25 git rerere and diff3 Nicolas Dechesne
2018-06-26 19:05 ` Junio C Hamano
2018-06-26 19:37   ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.