diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:29 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:30 -0800 |
| commit | bb14cfdfd74c37f4319405eaebce0691c5b51db0 (patch) | |
| tree | ff830f599931dd6952e354ffd1ba0b2bedea8a76 /fmt-merge-msg.h | |
| parent | Merge branch 'km/help-prompt-fix' (diff) | |
| parent | merge: allow to pretend a merge is made into a different branch (diff) | |
| download | git-bb14cfdfd74c37f4319405eaebce0691c5b51db0.tar.gz git-bb14cfdfd74c37f4319405eaebce0691c5b51db0.zip | |
Merge branch 'jc/merge-detached-head-name'
The default merge message prepared by "git merge" records the name
of the current branch; the name can be overridden with a new option
to allow users to pretend a merge is made on a different branch.
* jc/merge-detached-head-name:
merge: allow to pretend a merge is made into a different branch
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; |
