summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xparse-git2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-git b/parse-git
index a0e5f49..130e8eb 100755
--- a/parse-git
+++ b/parse-git
@@ -56,7 +56,7 @@ close(MAIL);
my $subject = $email->subject;
my $date = $email->head->get('Date');
my $who = Encode::decode("MIME-Header", ($email->from)[0]->format);
-my $author = $email->get("Path-Author");
+my $author = $email->get("Patch-Author");
die ("$PROGRAM_NAME - $project: No author found.\n") unless defined $who;
die ("$PROGRAM_NAME - $project: No subject found.\n") unless defined $subject;