diff options
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h index 0ea8b4e255..0838ef1db3 100644 --- a/revision.h +++ b/revision.h @@ -228,6 +228,7 @@ extern volatile show_early_output_fn_t show_early_output; struct setup_revision_opt { const char *def; + int def_HEAD_missing; void (*tweak)(struct rev_info *, struct setup_revision_opt *); const char *submodule; int assume_dashdash; |