git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Add merge recursive testcases with undetected conflicts
@ 2018-07-01  4:11 Elijah Newren
  2018-07-01  4:11 ` [PATCH 1/6] t6036: add a failed conflict detection case with symlink modify/modify Elijah Newren
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Elijah Newren @ 2018-07-01  4:11 UTC (permalink / raw)
  To: git; +Cc: gitster, Elijah Newren

SPOILER ALERT: This series contains answers to the "fun puzzle" at
  https://public-inbox.org/git/CABPp-BFc1OLYKzS5rauOehvEugPc0oGMJp-NMEAmVMW7QR=4Eg@mail.gmail.com/

When a merge succeeds, we expect the resulting contents to depend only
upon the trees and blobs of the branches involved and of their merge
base(s).  Unfortunately, there are currently about half a dozen cases
where the contents of a "successful" merge depend on the relative
commit timestamps of the merge bases.  Document these with testcases.

(This series came out of looking at modifying how file collision
conflict types are handled, as discussed at [1].  I discovered these
issues while working on that topic.)

[1] https://public-inbox.org/git/CAPc5daVu8vv9RdGON8JiXEO3ycDVqQ38ySzZc-cpo+AQcAKXjA@mail.gmail.com/

Elijah Newren (6):
  t6036: add a failed conflict detection case with symlink modify/modify
  t6036: add a failed conflict detection case with symlink add/add
  t6036: add a failed conflict detection case with submodule
    modify/modify
  t6036: add a failed conflict detection case with submodule add/add
  t6036: add a failed conflict detection case with conflicting types
  t6036: add a failed conflict detection case: regular files, different
    modes

 t/t6036-recursive-corner-cases.sh | 451 ++++++++++++++++++++++++++++++
 1 file changed, 451 insertions(+)

-- 
2.18.0.130.gd703bbb5d

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

end of thread, other threads:[~2018-07-11 15:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-01  4:11 [PATCH 0/6] Add merge recursive testcases with undetected conflicts Elijah Newren
2018-07-01  4:11 ` [PATCH 1/6] t6036: add a failed conflict detection case with symlink modify/modify Elijah Newren
2018-07-01  4:11 ` [PATCH 2/6] t6036: add a failed conflict detection case with symlink add/add Elijah Newren
2018-07-01  4:11 ` [PATCH 3/6] t6036: add a failed conflict detection case with submodule modify/modify Elijah Newren
2018-07-01  4:11 ` [PATCH 4/6] t6036: add a failed conflict detection case with submodule add/add Elijah Newren
2018-07-01  4:11 ` [PATCH 5/6] t6036: add a failed conflict detection case with conflicting types Elijah Newren
2018-07-01  4:11 ` [PATCH 6/6] t6036: add a failed conflict detection case: regular files, different modes Elijah Newren
2018-07-09 17:53 ` [PATCH 0/6] Add merge recursive testcases with undetected conflicts Junio C Hamano
2018-07-09 20:22   ` Elijah Newren
2018-07-10  4:44     ` Jeff King
2018-07-10 15:42       ` Elijah Newren
2018-07-10 17:19         ` Jeff King
2018-07-11  4:02     ` Elijah Newren
2018-07-11 15:40       ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).