Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-send-email.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index cccbf4517a..17f930f0f3 100755
--- 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);