summaryrefslogtreecommitdiff
path: root/git-shortlog.perl
diff options
context:
space:
mode:
Diffstat (limited to 'git-shortlog.perl')
-rwxr-xr-xgit-shortlog.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shortlog.perl b/git-shortlog.perl
index 107c895..8f0984b 100755
--- a/git-shortlog.perl
+++ b/git-shortlog.perl
@@ -108,7 +108,7 @@ sub changelog_input {
if ($pstate == 1) {
my ($email);
- next unless /^Author: (.*)<(.*)>.*$/;
+ next unless /^[Aa]uthor:? (.*)<(.*)>.*$/;
$n_records++;