NAME
git-fmt-merge-msg - Produce a merge commit message
SYNOPSIS
git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] -F <file>
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 <merge-message> argument of git merge. This command is intended mostly for internal use by scripts automatically invoking git merge.
OPTIONS
--log[=<n>] In addition to branch names, populate the log message with one-line descriptions from the actual commits that are being merged. At most <n> commits from each merge parent will be used (20 if <n> is omitted). This overrides the merge.log configuration variable. --no-log Do not list one-line descriptions from the actual commits being merged. --[no-]summary Synonyms to --log and --no-log; these are deprecated and will be removed in the future. -m <message>, --message <message> Use <message> instead of the branch names for the first line of the log message. For use with --log. -F <file>, --file <file> Take the list of merged objects from <file> instead of stdin.
CONFIGURATION
merge.branchdesc In addition to branch names, populate the log message with the branch description text associated with them. Defaults to false. merge.log In addition to branch names, populate the log message with at most the specified number of one-line descriptions from the actual commits that are being merged. Defaults to false, and true is a synonym for 20. merge.summary Synonym to merge.log; this is deprecated and will be removed in the future.
EXAMPLE
$ git fetch origin master $ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD Print a log message describing a merge of the "master" branch from the "origin" remote.
SEE ALSO
git-merge(1)
GIT
Part of the git(1) suite
More Linux Commands
manpages/envz.3.html
envz(3) - environment string support - Linux manual page....
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length, see argz_add(3). An envz vector is a special argz
manpages/pcre-config.1.html
pcre-config(1) - program to return PCRE configuration.......
pcre-config returns the configuration of the installed PCRE libraries and the options required to compile a program to use them. Some of the options apply only
manpages/itox.8.html
itox(8) - converts inetd.conf style configuration files to x
itox takes on its standard input inetd.conf style entries and dumps to standard output the corresponding xinetd.conf style entries. OPTIONS -daemon_dir <dir_pat
manpages/finitel.3.html
finitel(3) - BSD floating-point classification functions....
The finite(), finitef(), and finitel() functions return a nonzero value if x is neither infinite nor a not-a-number (NaN) value, and 0 otherwise. The isnan(), i
manpages/towctrans.3.html
towctrans(3) - wide-character transliteration (Man Page)....
If wc is a wide character, the towctrans() function translates it according to the transliteration descriptor desc. If wc is WEOF, WEOF is returned. desc must b
manpages/zipcloak.1.html
zipcloak(1) - encrypt entries in a zipfile - Linux man page
zipcloak encrypts all unencrypted entries in the zipfile. This is the default action. The -d option is used to decrypt encrypted entries in the zipfile. zipcloa
manpages/ntp_acc.5.html
ntp_acc(5) Access Control Options - Linux manual page.......
The ntpd daemon implements a general purpose address/mask based restriction list. The list contains address/match entries sorted first by increasing address ...
manpages/XdbeDeallocateBackBufferName.3.html
XdbeDeallocateBackBufferName(3) - frees a DBE buffer........
This function frees a drawable ID, buffer, that was obtained via XdbeAllocateBackBufferName(). The buffer must be a valid name for the back buffer of a window,
manpages/inet_ntoa.3.html
inet_ntoa(3) - Internet address manipulation routines.......
inet_aton() converts the Internet host address cp from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structur
manpages/glMultiTexCoord4sARB.3gl.html
glMultiTexCoord4sARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1
manpages/getutid.3.html
getutid(3) - access utmp file entries - Linux manual page...
New applications should use the POSIX.1-specified utmpx versions of these functions; see CONFORMING TO. utmpname() sets the name of the utmp-format file for the
manpages/hunspell.1.html
hunspell(1) - spell checker, stemmer and morphological analy
Hunspell is fashioned after the Ispell program. The most common usage is hunspell or hunspell filename. Without filename parameter, hunspell checks the standard
