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:
parent
c574e683b5
commit
45d51dc969
@ -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 ;
|
||||||
|
Loading…
Reference in New Issue
Block a user