projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e0c25
)
Update git-rev-list options list in rev-parse.
author
Junio C Hamano
<junkio@cox.net>
Sun, 30 Oct 2005 09:08:35 +0000
(
01:08
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 31 Oct 2005 01:28:02 +0000
(17:28 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-parse.c
patch
|
blob
|
history
diff --git
a/rev-parse.c
b/rev-parse.c
index
169d0cc
..
5a98982
100644
(file)
--- 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