diff options
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/revision.h b/revision.h index 187406b6eb..b8c47b98e2 100644 --- a/revision.h +++ b/revision.h @@ -121,7 +121,10 @@ struct rev_info { ancestry_path:1, first_parent_only:1, line_level_traverse:1, - tree_blobs_in_commit_order:1; + tree_blobs_in_commit_order:1, + + /* for internal use only */ + exclude_promisor_objects:1; /* Diff flags */ unsigned int diff:1, |