Re: git-send-email getting filtered as spam by vger.kernel.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 21, 2008 at 4:14 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote:
>  Perhaps we should fix it up like this...

Doh, my bad...

>  diff --git a/git-send-email.perl b/git-send-email.perl
>  index ccb87a2..c9f8c6b 100755
>  --- a/git-send-email.perl
>  +++ b/git-send-email.perl
>  @@ -475,7 +475,7 @@ if ($thread && !defined $initial_reply_to && $prompting) {
>
>         $initial_reply_to = $_;
>   }
>  -if (defined $initial_reply_to) {
>  +if (defined $initial_reply_to && $initial_reply_to ne '') {
>         $initial_reply_to =~ s/^\s*<?/</;
>         $initial_reply_to =~ s/>?\s*$/>/;
>   }

Actually:

if ($initial_reply_to) { ...

should be all that's needed.

j.
-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux