Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
simplify-merges: drop merge from irrelevant side branch
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index f64e8ce7ff999e9fe4a01205ae51775827484ed4..765ef6c5e2f3bf0fbf84479cf83e0c0e4c82dda4 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-41,6
+41,7
@@
struct rev_info {
simplify_history:1,
lifo:1,
topo_order:1,
+ simplify_merges:1,
tag_objects:1,
tree_objects:1,
blob_objects:1,
@@
-109,6
+110,7
@@
struct rev_info {
struct reflog_walk_info *reflog_info;
struct decoration children;
+ struct decoration merge_simplification;
};
#define REV_TREE_SAME 0