Skip to content

Commit

Permalink
add -i: do not dump patch during application
Browse files Browse the repository at this point in the history
Remove a debugging print that snuck in at 7a26e65 (Revert
"git-add--interactive: remove hunk coalescing", 2009-05-16).

Signed-off-by: Thomas Rast <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
trast authored and gitster committed Jun 3, 2009
1 parent 40bad52 commit 8dc3a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-add--interactive.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8dc3a47

Please sign in to comment.