setup_revisions(): handle -n<n> and -<n> internally.
authorJunio C Hamano <junkio@cox.net>
Thu, 2 Mar 2006 23:24:01 +0000 (15:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 2 Mar 2006 23:24:01 +0000 (15:24 -0800)
This moves the handling of max-count shorthand from the internal
implementation of "git log" to setup_revisions() so other users
of setup_revisions() can use it.

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