gitweb: Handle other types of tag in git_print_log
commit3d1110aa72e4427e82e70563f734c74cd08fe98e
authorNamhyung Kim <namhyung@kernel.org>
Wed, 4 Jul 2012 02:47:25 +0000 (4 11:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jul 2012 22:23:35 +0000 (5 15:23 -0700)
tree8e6f14f4f3cdbaa668d9b9613c8f60fb3f9626fb
parent5a45c0cafe6d73f6026bd0ea525da2f9765b112d
gitweb: Handle other types of tag in git_print_log

There are many types of tags used in S-o-b area [1].
Update the regex to handle them properly. It requires
the tag should be started by a capital letter and ended
by '-by: ' or '-By: '. The only exception is 'Cc: '.

[1] http://lwn.net/Articles/503829/

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl