]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-fmt-merge-msg.txt
format-patch/commit: Quote single quote in the author name properly.
[thirdparty/git.git] / Documentation / git-fmt-merge-msg.txt
CommitLineData
3c64314c
PB
1git-fmt-merge-msg(1)
2====================
3
4NAME
5----
6git-fmt-merge-msg - Produce a merge commit message
7
8
9SYNOPSIS
10--------
11'git-fmt-merge-msg' <$GIT_DIR/FETCH_HEAD
12
13DESCRIPTION
14-----------
15Takes the list of merged objects on stdin and produces a suitable
16commit message to be used for the merge commit, usually to be
17passed as the '<merge-message>' argument of `git-merge`.
18
19This script is intended mostly for internal use by scripts
20automatically invoking `git-merge`.
21
22
23SEE ALSO
24--------
25gitlink:git-merge[1]
26
27
28Author
29------
30Written by Junio C Hamano <junkio@cox.net>
31
32Documentation
33--------------
34Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.org>.
35
36GIT
37---
38Part of the gitlink:git[7] suite
39