From: Junio C Hamano Date: Sun, 30 Oct 2005 09:08:35 +0000 (-0800) Subject: Update git-rev-list options list in rev-parse. X-Git-Tag: v0.99.9a^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5a83f3be2465c8b824a0bb80dcffdcd70457b907;p=git.git Update git-rev-list options list in rev-parse. Signed-off-by: Junio C Hamano --- diff --git a/rev-parse.c b/rev-parse.c index 169d0cc9..5a989825 100644 --- a/rev-parse.c +++ b/rev-parse.c @@ -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