add -i: do not dump patch during application

Remove a debugging print that snuck in at 7a26e65 (Revert
"git-add--interactive: remove hunk coalescing", 2009-05-16).

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Thomas Rast 2009-06-02 23:34:27 +02:00 коммит произвёл Junio C Hamano
Родитель 40bad52d7d
Коммит 8dc3a47c3e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1317,7 +1317,6 @@ sub patch_update_file {
open $fh, '| git apply --cached --recount';
for (@{$head->{TEXT}}, @result) {
print $fh $_;
print STDERR $_;
}
if (!close $fh) {
for (@{$head->{TEXT}}, @result) {