.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-FMT-MERGE-MSG" 1 "" "" "" .SH NAME git-fmt-merge-msg \- Produce a merge commit message .SH "SYNOPSIS" git\-fmt\-merge\-msg <$GIT_DIR/FETCH_HEAD .SH "DESCRIPTION" Takes the list of merged objects on stdin and produces a suitable commit message to be used for the merge commit, usually to be passed as the argument of git\-merge\&. This script is intended mostly for internal use by scripts automatically invoking git\-merge\&. .SH "SEE ALSO" \fBgit\-merge\fR(1) .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by Petr Baudis, Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite