summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 40bad52)
raw | patch | inline | side by side (parent: 40bad52)
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: 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 |
index a06172c69f59391a04b75a3866a3fbcb98a21ba0..df9f231635d2bc53073375971c1383966e2a140b 100755 (executable)
open $fh, '| git apply --cached --recount';
for (@{$head->{TEXT}}, @result) {
print $fh $_;
- print STDERR $_;
}
if (!close $fh) {
for (@{$head->{TEXT}}, @result) {