git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix multiple file rename across D/F conflict
@ 2010-08-17 23:53 Elijah Newren
  2010-08-17 23:53 ` [PATCH 1/2] t6031: Add a testcase covering multiple renames across a " Elijah Newren
  2010-08-17 23:53 ` [PATCH 2/2] merge-recursive: Fix multiple file rename across " Elijah Newren
  0 siblings, 2 replies; 6+ messages in thread
From: Elijah Newren @ 2010-08-17 23:53 UTC (permalink / raw)
  To: git; +Cc: gitster, Elijah Newren

Another D/F conflict not fixed by the en/d-f-conflict-fix series in next
was found in the wild, involving multiple file renames across a D/F
conflict.  That series would have fixed this case too, were it not for
a stupid simple bug.  Fix it, and add a testcase for good measure.

This series is on top of next; it needs both the en/d-f-conflict-fix
series and the testcase requires em/checkout-orphan.

Elijah Newren (2):
  t6031: Add a testcase covering multiple renames across a D/F conflict
  merge-recursive: Fix triple file rename across D/F conflict

 merge-recursive.c          |    1 +
 t/t6031-merge-recursive.sh |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

-- 
1.7.2.1.227.g086c8

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

end of thread, other threads:[~2010-08-20 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17 23:53 [PATCH 0/2] Fix multiple file rename across D/F conflict Elijah Newren
2010-08-17 23:53 ` [PATCH 1/2] t6031: Add a testcase covering multiple renames across a " Elijah Newren
2010-08-17 23:53 ` [PATCH 2/2] merge-recursive: Fix multiple file rename across " Elijah Newren
2010-08-18 19:00   ` Junio C Hamano
2010-08-18 23:17   ` Junio C Hamano
2010-08-20 12:47     ` 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).