revision --simplify-merges: use decoration instead of commit->util field
The users of revision walking machinery may want to use the util pointer for their own use. Use decoration to hold the data needed during merge simplification instead. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -110,6 +110,7 @@ struct rev_info {
|
||||
|
||||
struct reflog_walk_info *reflog_info;
|
||||
struct decoration children;
|
||||
struct decoration merge_simplification;
|
||||
};
|
||||
|
||||
#define REV_TREE_SAME 0
|
||||
|
Reference in New Issue
Block a user