shortlog: fix "-n"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 21 Nov 2006 20:12:06 +0000 (21:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Nov 2006 22:31:15 +0000 (14:31 -0800)
Since it is now a builtin optionally taking a range, we have to parse
the options before the rev machinery, to be able to shadow the short
hand "-n" for "--max-count".

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found