Code

Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3
[git.git] / git-add--interactive.perl
index e6f93c7c95019473bc9585fc97b20c356bb4b111..06f70602cc619e9e13bdc609a43780ce8bc6570d 100755 (executable)
@@ -1321,7 +1321,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) {