Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-list: documentation and test for --left/right-only
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 05659c64acd7fe8eb7be011cee6174e397e57baf..d2ffde1ce67a555ec6ac8b00b3b225a7bdad2319 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-59,6
+59,8
@@
struct rev_info {
boundary:2,
count:1,
left_right:1,
+ left_only:1,
+ right_only:1,
rewrite_parents:1,
print_parents:1,
show_source:1,