Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
strbuf: use designated initializers in STRBUF_INIT
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index a91dd3d5d97d9e609d770f418cb9f804b28e752d..f96e7f7f49debccac9f85e7c4f0fc06c0be16ca8 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-74,8
+74,9
@@
struct rev_info {
/* topo-sort */
enum rev_sort_order sort_order;
- unsigned int early_output:1,
- ignore_missing:1,
+ unsigned int early_output;
+
+ unsigned int ignore_missing:1,
ignore_missing_links:1;
/* Traversal flags */