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 60c529e..03ee1b2 100755
--- a/parse-git
+++ b/parse-git
@@ -97,7 +97,7 @@ if (defined $date) {
}
my $by;
if (defined $author) {
- $by = " by $by";
+ $by = " by $author";
}
$subject =~ s/\[([^\]]*)\] /to $1: /;
print MAIL "$who committed patch$by$at $subject\n";