Update git-rev-list options list in rev-parse.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
69e0c25641
commit
5a83f3be24
@ -34,6 +34,7 @@ static int is_rev_argument(const char *arg)
|
|||||||
static const char *rev_args[] = {
|
static const char *rev_args[] = {
|
||||||
"--all",
|
"--all",
|
||||||
"--bisect",
|
"--bisect",
|
||||||
|
"--dense",
|
||||||
"--header",
|
"--header",
|
||||||
"--max-age=",
|
"--max-age=",
|
||||||
"--max-count=",
|
"--max-count=",
|
||||||
@ -44,6 +45,7 @@ static int is_rev_argument(const char *arg)
|
|||||||
"--parents",
|
"--parents",
|
||||||
"--pretty",
|
"--pretty",
|
||||||
"--show-breaks",
|
"--show-breaks",
|
||||||
|
"--sparse",
|
||||||
"--topo-order",
|
"--topo-order",
|
||||||
"--unpacked",
|
"--unpacked",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user