author | Junio C Hamano <junkio@cox.net> | |
Thu, 2 Mar 2006 23:24:01 +0000 (15:24 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 2 Mar 2006 23:24:01 +0000 (15:24 -0800) | ||
commit | 64bc6e3db54ef9e2accfdb8e6c8168f789946fcb | |
tree | 48eeaef44a1d278e4f7fb8e69869308bd43aa502 | tree | snapshot |
parent | 7ae0b0cb65f069b657155abcb6aa6780b93ce881 | commit | diff |
setup_revisions(): handle -n<n> and -<n> internally.
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>
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>
git.c | diff | blob | history | |
revision.c | diff | blob | history |