Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
add -i: do not dump patch during application
author
Thomas Rast
<trast@student.ethz.ch>
Tue, 2 Jun 2009 21:34:27 +0000
(23:34 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Jun 2009 07:11:15 +0000
(
00:11
-0700)
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>
git-add--interactive.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
40bad52
)
diff --git
a/git-add--interactive.perl
b/git-add--interactive.perl
index a06172c69f59391a04b75a3866a3fbcb98a21ba0..df9f231635d2bc53073375971c1383966e2a140b 100755
(executable)
--- a/
git-add--interactive.perl
+++ b/
git-add--interactive.perl
@@
-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) {