projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdaae3
)
send-email: remove debug trace
author
Erik Faye-Lund
<kusmabite@googlemail.com>
Tue, 4 Aug 2009 21:57:34 +0000
(21:57 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 4 Aug 2009 22:20:35 +0000
(15:20 -0700)
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
git-send-email.perl
patch
|
blob
|
history
diff --git
a/git-send-email.perl
b/git-send-email.perl
index cccbf4517aa46d4d217a1ce25105f7c413301d2d..17f930f0f3c975725d83a5b0865b85a52c8741d0 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-449,7
+449,6
@@
sub check_file_rev_conflict($) {
try {
$repo->command('rev-parse', '--verify', '--quiet', $f);
if (defined($format_patch)) {
- print "foo\n";
return $format_patch;
}
die(<<EOF);