提交 aa894d88 编写于 作者: L Linus Torvalds 提交者: Junio C Hamano

[PATCH] Make "git shortlog" understand raw logs

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: NLinus Torvalds <torvalds@osdl.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 2a7055ae
......@@ -108,7 +108,7 @@ sub changelog_input {
if ($pstate == 1) {
my ($email);
next unless /^Author: (.*)<(.*)>.*$/;
next unless /^[Aa]uthor:? (.*)<(.*)>.*$/;
$n_records++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册