"Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxx> writes: > From: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> - unquoted Sorry, my fault. -- >8 -- [PATCH] 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@xxxxxxx> --- git-send-email.perl | 2 +- 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 -- 1.5.0.rc2.77.g1732a - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html