All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add -i: do not dump patch during application
@ 2009-06-02 21:34 Thomas Rast
  0 siblings, 0 replies; only message in thread
From: Thomas Rast @ 2009-06-02 21:34 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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>
---
 git-add--interactive.perl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index a06172c..df9f231 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -1317,7 +1317,6 @@
 		open $fh, '| git apply --cached --recount';
 		for (@{$head->{TEXT}}, @result) {
 			print $fh $_;
-			print STDERR $_;
 		}
 		if (!close $fh) {
 			for (@{$head->{TEXT}}, @result) {
-- 
1.6.3.1.325.g02d91

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-02 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-02 21:34 [PATCH] add -i: do not dump patch during application Thomas Rast

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.