Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision API: split parent rewriting and parent printing options
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 31217f8c67307aa09c2f470ccdbdebd5c2445890..201bd97c58d7852d07560e5f79c7dcd850803dc7 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-46,7
+46,8
@@
struct rev_info {
unpacked:1, /* see also ignore_packed below */
boundary:2,
left_right:1,
- parents:1,
+ rewrite_parents:1,
+ print_parents:1,
reverse:1,
cherry_pick:1,
first_parent_only:1;