git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] D/F conflict fixes
@ 2010-06-29  1:12 newren
  2010-06-29  1:12 ` [PATCH 1/5] Add additional testcases for D/F conflicts newren
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: newren @ 2010-06-29  1:12 UTC (permalink / raw)
  To: git; +Cc: Johannes.Schindelin, vmiklos, gitster, spearce

This patch series fixes a number of spurious directory/file conflicts
that I have (or have seen others) run across in cherry-pick, rebase,
merge, and fast-import, while fixing already known failures in both
t6020-merge-df.sh and t6035-merge-dir-to-symlink.sh.

It also involves an extra testcase posted by Alexander Gladysh to the
list on March 8; I hope it's not bad form for me to put his testcase
into the testsuite and submit it.

Alexander Gladysh (1):
      Add another rename + D/F conflict testcase

Elijah Newren (4):
      Add additional testcases for D/F conflicts
      merge-recursive: Fix D/F conflicts
      merge_recursive: Fix renames across paths below D/F conflicts
      fast-import: Handle directories changing into symlinks

 fast-import.c                   |    5 ++
 merge-recursive.c               |  106 ++++++++++++++++++++++++++++++++-------
 t/t6020-merge-df.sh             |   34 ++++++++++++-
 t/t6035-merge-dir-to-symlink.sh |   37 +++++++++++++-
 t/t9350-fast-export.sh          |   24 +++++++++
 5 files changed, 185 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2010-06-30  6:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29  1:12 [PATCH 0/5] D/F conflict fixes newren
2010-06-29  1:12 ` [PATCH 1/5] Add additional testcases for D/F conflicts newren
2010-06-29  1:12 ` [PATCH 2/5] Add another rename + D/F conflict testcase newren
2010-06-29  8:49   ` Alexander Gladysh
2010-06-29  1:12 ` [PATCH 3/5] merge-recursive: Fix D/F conflicts newren
2010-06-29  1:12 ` [PATCH 4/5] merge_recursive: Fix renames across paths below " newren
2010-06-29  7:54   ` Miklos Vajna
2010-06-29 12:52     ` Elijah Newren
2010-06-29 13:36       ` Alex Riesen
2010-06-29 15:55         ` Elijah Newren
2010-06-29 22:33           ` Miklos Vajna
2010-06-30  6:53           ` Alex Riesen
2010-06-29  1:12 ` [PATCH 5/5] fast-import: Handle directories changing into symlinks 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).