author | Eric Wong <normalperson@yhbt.net> | |
Mon, 30 Jan 2006 00:26:40 +0000 (16:26 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 1 Feb 2006 00:23:03 +0000 (16:23 -0800) | ||
commit | 3af06987eb3c376e2f1cc6dfa9c9c510b9e228cf | |
tree | dd21eb97352e23730166622a37744966bf54cb61 | tree | snapshot |
parent | e36f8b6034f9df7e7b0aea912d1c8e850503623e | commit | diff |
rev-list: allow -n<n> as shorthand for --max-count=<n>
Both -n<n> and -n <n> are supported. POSIX versions of head(1) and
tail(1) allow their line limits to be parsed this way. I find
--max-count to be a commonly used option, and also similar in spirit to
head/tail, so I decided to make life easier on my worn out (and lazy :)
fingers with this patch.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Both -n<n> and -n <n> are supported. POSIX versions of head(1) and
tail(1) allow their line limits to be parsed this way. I find
--max-count to be a commonly used option, and also similar in spirit to
head/tail, so I decided to make life easier on my worn out (and lazy :)
fingers with this patch.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c | diff | blob | history | |
rev-parse.c | diff | blob | history |