]> git.ipfire.org Git - thirdparty/git.git/commit
shortlog: remove "[PATCH]" prefix from shortlog output
authorJunio C Hamano <junkio@cox.net>
Sun, 10 Dec 2006 23:55:07 +0000 (15:55 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 11 Dec 2006 22:12:29 +0000 (14:12 -0800)
commitbca73251da5cc3e4bea71e28e0096a5cd662bbd9
treec50a60f84638ab8e7c19ddce19d2619f16b808c9
parent73c7f5ec05428b7da2d1b00a02a3267f1235d8e4
shortlog: remove "[PATCH]" prefix from shortlog output

Originally noticed by Nicolas Pitre; the real cause was the code
was prepared to deal with [PATCH] (and [PATCH n/m whatever])
prefixes but forgot that the string can be indented while acting
as a filter.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-shortlog.c