Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
show: --ignore-missing
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index bca9947977c50d151b0fed90931ec52112e72bae..93f338d6a747a0181240304ef0dea4ddddd50c05 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-36,7
+36,8
@@
struct rev_info {
const char *prefix;
const char *def;
struct pathspec prune_data;
- unsigned int early_output;
+ unsigned int early_output:1,
+ ignore_missing:1;
/* Traversal flags */
unsigned int dense:1,