summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-30 10:22:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-30 10:30:25 (GMT)
commit3740b04f6c1dd485a8e717ed6d8c516cedc27063 (patch)
tree7032600b8f07273728aaa3c7b42e2de1028710fb /git-send-email.perl
parentf8306418a687b0aa617b29232763fd2c195215ba (diff)
downloadgit-3740b04f6c1dd485a8e717ed6d8c516cedc27063.zip
git-3740b04f6c1dd485a8e717ed6d8c516cedc27063.tar.gz
git-3740b04f6c1dd485a8e717ed6d8c516cedc27063.tar.bz2
git-send-email: remove debugging output.
rfc2047 unquoter spitted out an annoying "- unquoted" which was added during debugging but I forgot to remove. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index 8dc2ee0..6a285bf 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -408,7 +408,7 @@ sub unquote_rfc2047 {
s/_/ /g;
s/=([0-9A-F]{2})/chr(hex($1))/eg;
}
- return "$_ - unquoted";
+ return "$_";
}
sub send_message