Skip to content

Commit 8dc3a47

Browse files
trastgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 40bad52 commit 8dc3a47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-add--interactive.perl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,6 @@ sub patch_update_file {
13171317
open $fh, '| git apply --cached --recount';
13181318
for (@{$head->{TEXT}}, @result) {
13191319
print $fh $_;
1320-
print STDERR $_;
13211320
}
13221321
if (!close $fh) {
13231322
for (@{$head->{TEXT}}, @result) {

0 commit comments

Comments
 (0)