diff options
Diffstat (limited to 'fmt-merge-msg.h')
-rw-r--r-- | fmt-merge-msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fmt-merge-msg.h b/fmt-merge-msg.h index f2ab0e0085..99054042dc 100644 --- a/fmt-merge-msg.h +++ b/fmt-merge-msg.h @@ -9,6 +9,7 @@ struct fmt_merge_msg_opts { unsigned add_title:1, credit_people:1; int shortlog_len; + const char *into_name; }; extern int merge_log_config; |