6 git-fmt-merge-msg - Produce a merge commit message
11 'git-fmt-merge-msg' <$GIT_DIR/FETCH_HEAD
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`.
30 Written by Junio C Hamano <junkio@cox.net>
34 Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.org>.
38 Part of the gitlink:git[7] suite