shortlog: fix "-n"
commit6d6ab6104a5055b9f66cc9a80d55d2ef59d0763c
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 21 Nov 2006 20:12:06 +0000 (21 21:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Nov 2006 22:31:15 +0000 (21 14:31 -0800)
treec9e9677483c7f0e6dc301f0181b64d9a5e48cd5c
parent549652361b7fea5a5e9046571c9f0bc4a7d5d6ef
shortlog: fix "-n"

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>
builtin-shortlog.c