t3701: Editing a split hunk in an "add -p" session
commitf3217e2b1791580ce6499b800e93989d312f9718
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 19:41:16 +0000 (29 12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 22:26:41 +0000 (29 15:26 -0700)
tree90427075ad932ea9d69b5e6c8749c77b83a30405
parentf5ea3f2bb30bf912d0021ef6a77e772ccdb4f8fd
t3701: Editing a split hunk in an "add -p" session

Arnaud Lacombe reported that with the recent change to reject overlapping
hunks fed to "git apply", the edit mode of an "add -p" session that lazily
feeds overlapping hunks without coalescing adjacent ones claim that the
patch does not apply.  Expose the problem to be fixed.

Cf. http://thread.gmane.org/gmane.comp.version-control.git/170685/focus=171000

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh