Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Tentative built-in "git show"
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 8970b57e3c7e2ca8d213258f1befb84ac06e3a13..ff2a13ea87cb46383b37b0e21e0d028da6db4c0a 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-26,6
+26,7
@@
struct rev_info {
/* Traversal flags */
unsigned int dense:1,
no_merges:1,
+ no_walk:1,
remove_empty_trees:1,
lifo:1,
topo_order:1,