git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG?] assertion failure when merging branches
@ 2021-12-27 18:34 Ralf Thielow
  2021-12-27 22:15 ` Elijah Newren
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Thielow @ 2021-12-27 18:34 UTC (permalink / raw)
  To: git; +Cc: newren

Hi,

At $WORK I tried to merge two branches and ran into an assertion
failure. I exported the two branches down to the merge base as
an anonymous repo, so that it can be reproduced.

In the branch I tried to merge into, files have been moved
and/or reformatted.

My Git version is 2.34.1.

wget https://gist.github.com/ralfth/5b624abb0a99e3e705a0984c4b2d253e/raw/7f7ef5b10711550b90342c50b53ce25c19075c97/repo.txt
mkdir tmp
cd tmp
git init
cat ../repo.txt | git fast-import
git checkout ref0/ref1
git config merge.renormalize true
git merge ref2/ref0/ref3

git: merge-ort.c:3846: process_entry: Assertion `!ci->df_conflict &&
!ci->path_conflict' failed.
Aborted (core dumped)

Ciao,
Ralf

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

end of thread, other threads:[~2021-12-28  0:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 18:34 [BUG?] assertion failure when merging branches Ralf Thielow
2021-12-27 22:15 ` Elijah Newren
2021-12-28  0:30   ` Elijah Newren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).