1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 01:06:12 +02:00

Update git-rev-list options list in rev-parse.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-10-30 01:08:35 -08:00
parent 69e0c25641
commit 5a83f3be24

View File

@ -34,6 +34,7 @@ static int is_rev_argument(const char *arg)
static const char *rev_args[] = {
"--all",
"--bisect",
"--dense",
"--header",
"--max-age=",
"--max-count=",
@ -44,6 +45,7 @@ static int is_rev_argument(const char *arg)
"--parents",
"--pretty",
"--show-breaks",
"--sparse",
"--topo-order",
"--unpacked",
NULL