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