1GIT-FMT-MERGE-MSG(1)              Git Manual              GIT-FMT-MERGE-MSG(1)
2
3
4

NAME

6       git-fmt-merge-msg - Produce a merge commit message
7

SYNOPSIS

9       git fmt-merge-msg [--log | --no-log] <$GIT_DIR/FETCH_HEAD
10       git fmt-merge-msg [--log | --no-log] -F <file>
11
12

DESCRIPTION

14       Takes the list of merged objects on stdin and produces a suitable
15       commit message to be used for the merge commit, usually to be passed as
16       the <merge-message> argument of git merge.
17
18       This command is intended mostly for internal use by scripts
19       automatically invoking git merge.
20

OPTIONS

22       --log
23           In addition to branch names, populate the log message with one-line
24           descriptions from the actual commits that are being merged.
25
26       --no-log
27           Do not list one-line descriptions from the actual commits being
28           merged.
29
30       --summary, --no-summary
31           Synonyms to --log and --no-log; these are deprecated and will be
32           removed in the future.
33
34       -F <file>, --file <file>
35           Take the list of merged objects from <file> instead of stdin.
36

CONFIGURATION

38       merge.log
39           Whether to include summaries of merged commits in newly merge
40           commit messages. False by default.
41
42       merge.summary
43           Synonym to merge.log; this is deprecated and will be removed in the
44           future.
45

SEE ALSO

47       git-merge(1)
48

AUTHOR

50       Written by Junio C Hamano <gitster@pobox.com[1]>
51

DOCUMENTATION

53       Documentation by Petr Baudis, Junio C Hamano and the git-list
54       <git@vger.kernel.org[2]>.
55

GIT

57       Part of the git(1) suite
58

NOTES

60        1. gitster@pobox.com
61           mailto:gitster@pobox.com
62
63        2. git@vger.kernel.org
64           mailto:git@vger.kernel.org
65
66
67
68Git 1.7.1                         08/16/2017              GIT-FMT-MERGE-MSG(1)
Impressum