git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2a7055a
)
[PATCH] Make "git shortlog" understand raw logs
author
Linus Torvalds
<redacted>
Sat, 17 Sep 2005 01:02:46 +0000
(18:02 -0700)
committer
Junio C Hamano
<redacted>
Sat, 17 Sep 2005 18:57:50 +0000
(11:57 -0700)
This is a nicer fix for git-shortlog being unable to handle the raw log
format. Just use a more permissive regexp instead of doing two nearly
identical ones.
Signed-off-by: Linus Torvalds <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-shortlog.perl
patch
|
blob
|
history
diff --git
a/git-shortlog.perl
b/git-shortlog.perl
index 107c895df39a9a26ac5eb30f0d45d9e46dc4caaf..8f0984be02c56b23edf4c705fa8a75b95c66edcc 100755
(executable)
--- 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++;
git clone https://git.99rst.org/PROJECT