mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
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:
parent
40bad52d7d
commit
8dc3a47c3e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user