author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Tue, 28 Nov 2006 21:49:17 +0000 (22:49 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Nov 2006 22:00:28 +0000 (14:00 -0800) | ||
commit | c3e43938839752b48ff3a36862ae59f1cd1e630d | |
tree | 6919de72691cfa8ae7b6ac23db357c19b3901c4a | tree | snapshot |
parent | e15161198a381334b8c8ccee707392163f3a1ab7 | commit | diff |
shortlog: remove range check
Don't force the user to specify more than one revision parameter,
thus making git-shortlog behave more like git-log.
'git-shortlog master' will now produce the expected results; the
other end of the range simply is the (oldest) root commit.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Don't force the user to specify more than one revision parameter,
thus making git-shortlog behave more like git-log.
'git-shortlog master' will now produce the expected results; the
other end of the range simply is the (oldest) root commit.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-shortlog.c | diff | blob | history |