Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make left-right automatic.
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 4585463a44c9faecdcdf4454b735b1e4ba1335aa..b2ab81488c61d320eb9017fac7ef22b52122f872 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-41,6
+41,7
@@
struct rev_info {
limited:1,
unpacked:1, /* see also ignore_packed below */
boundary:1,
+ no_left_right:1,
left_right:1,
parents:1;