Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: unify boolean feature subroutines
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 0a1806a9e1173ab860d5ad128f0bc27b93a96e9a..7cf848771b5be811f7741ce988b860760202f6f3 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-43,6
+43,7
@@
struct rev_info {
lifo:1,
topo_order:1,
simplify_merges:1,
+ simplify_by_decoration:1,
tag_objects:1,
tree_objects:1,
blob_objects:1,