am: fix stgit patch mangling

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Giuseppe Bilotta 2011-08-29 18:44:07 +02:00 committed by Junio C Hamano
parent c574e683b5
commit 45d51dc969

View File

@ -229,7 +229,7 @@ split_patches () {
perl -ne 'BEGIN { $subject = 0 } perl -ne 'BEGIN { $subject = 0 }
if ($subject > 1) { print ; } if ($subject > 1) { print ; }
elsif (/^\s+$/) { next ; } elsif (/^\s+$/) { next ; }
elsif (/^Author:/) { print s/Author/From/ ; } elsif (/^Author:/) { s/Author/From/ ; print ;}
elsif (/^(From|Date)/) { print ; } elsif (/^(From|Date)/) { print ; }
elsif ($subject) { elsif ($subject) {
$subject = 2 ; $subject = 2 ;