.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-FMT\-MERGE\-MSG" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-fmt\-merge\-msg \- Produce a merge commit message .SH "SYNOPSIS" .sp .nf git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summary] <$GIT_DIR/FETCH_HEAD git\-fmt\-merge\-msg [\-\-summary | \-\-no\-summary] \-F .fi .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 \fI\fR argument of git\-merge. This script is intended mostly for internal use by scripts automatically invoking git\-merge. .SH "OPTIONS" .TP \-\-summary In addition to branch names, populate the log message with one\-line descriptions from the actual commits that are being merged. .TP \-\-no\-summary Do not list one\-line descriptions from the actual commits being merged. .TP \-\-file , \-F Take the list of merged objects from instead of stdin. .SH "CONFIGURATION" .TP merge.summary Whether to include summaries of merged commits in newly merge commit messages. False by default. .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