Browse Source

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

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
5a83f3be24
  1. 2
      rev-parse.c

2
rev-parse.c

@ -34,6 +34,7 @@ static int is_rev_argument(const char *arg) @@ -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) @@ -44,6 +45,7 @@ static int is_rev_argument(const char *arg)
"--parents",
"--pretty",
"--show-breaks",
"--sparse",
"--topo-order",
"--unpacked",
NULL

Loading…
Cancel
Save