summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-notify2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-notify b/tools/git-notify
index d79cfcc..ce01389 100755
--- a/tools/git-notify
+++ b/tools/git-notify
@@ -216,7 +216,7 @@ sub get_object_info($)
216 last if /^-----BEGIN PGP SIGNATURE-----/; 216 last if /^-----BEGIN PGP SIGNATURE-----/;
217 push @log, $_; 217 push @log, $_;
218 } 218 }
219 elsif (/^(author|committer|tagger) ((.*)(<.*>)) (\d+) ([+-]\d+)$/) 219 elsif (/^(author|committer|tagger) ((.*) (<.*>)) (\d+) ([+-]\d+)$/)
220 { 220 {
221 $info{$1} = $2; 221 $info{$1} = $2;
222 $info{$1 . "_name"} = $3; 222 $info{$1 . "_name"} = $3;