git-add--interactive: remove hunk coalescing
commit0beee4c6dec15292415e3d56075c16a76a22af54
authorThomas Rast <trast@student.ethz.ch>
Wed, 2 Jul 2008 21:59:44 +0000 (2 23:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 22:31:29 +0000 (2 15:31 -0700)
tree02ae4e305e339a8945b6824addc70e0fc3fb51ef
parent8cbd4310821ea2957d32a36c34fa314cf99ca9f3
git-add--interactive: remove hunk coalescing

Current git-apply has no trouble at all applying chunks that have
overlapping context, as produced by the splitting feature. So we can
drop the manual coalescing.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl