Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add git-pack-intersect to .gitignore
[gitweb.git]
/
rev-parse.c
diff --git
a/rev-parse.c
b/rev-parse.c
index 169d0cc9b5a5769ad90e1f76039f14bf051a39dc..5a989825113b122d130448726c8eb97ffeb21ad1 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