git-svn: allow dcommit for those who only fetch from SVM with useSvmProps
[git/dscho.git] / Documentation / git-fmt-merge-msg.txt
bloba70eb3994afd866fd6cee6b2aaed8670ef26e2e5
1 git-fmt-merge-msg(1)
2 ====================
4 NAME
5 ----
6 git-fmt-merge-msg - Produce a merge commit message
9 SYNOPSIS
10 --------
11 'git-fmt-merge-msg' <$GIT_DIR/FETCH_HEAD
13 DESCRIPTION
14 -----------
15 Takes the list of merged objects on stdin and produces a suitable
16 commit message to be used for the merge commit, usually to be
17 passed as the '<merge-message>' argument of `git-merge`.
19 This script is intended mostly for internal use by scripts
20 automatically invoking `git-merge`.
23 SEE ALSO
24 --------
25 gitlink:git-merge[1]
28 Author
29 ------
30 Written by Junio C Hamano <junkio@cox.net>
32 Documentation
33 --------------
34 Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.org>.
36 GIT
37 ---
38 Part of the gitlink:git[7] suite