git-mailinfo(1)


NAME

   git-mailinfo - Extracts patch and authorship from a single e-mail
   message

SYNOPSIS

   git mailinfo [-k|-b] [-u | --encoding=<encoding> | -n] [--[no-]scissors] <msg> <patch>

DESCRIPTION

   Reads a single e-mail message from the standard input, and writes the
   commit log message in <msg> file, and the patches in <patch> file. The
   author name, e-mail and e-mail subject are written out to the standard
   output to be used by git am to create a commit. It is usually not
   necessary to use this command directly. See git-am(1) instead.

OPTIONS

   -k
       Usually the program removes email cruft from the Subject: header
       line to extract the title line for the commit log message. This
       option prevents this munging, and is most useful when used to read
       back git format-patch -k output.

       Specifically, the following are removed until none of them remain:

       *   Leading and trailing whitespace.

       *   Leading Re:, re:, and :.

       *   Leading bracketed strings (between [ and ], usually [PATCH]).

       Finally, runs of whitespace are normalized to a single ASCII space
       character.

   -b
       When -k is not in effect, all leading strings bracketed with [ and
       ] pairs are stripped. This option limits the stripping to only the
       pairs whose bracketed string contains the word "PATCH".

   -u
       The commit log message, author name and author email are taken from
       the e-mail, and after minimally decoding MIME transfer encoding,
       re-coded in the charset specified by i18n.commitencoding
       (defaulting to UTF-8) by transliterating them. This used to be
       optional but now it is the default.

       Note that the patch is always used as-is without charset
       conversion, even with this flag.

   --encoding=<encoding>
       Similar to -u. But when re-coding, the charset specified here is
       used instead of the one specified by i18n.commitencoding or UTF-8.

   -n
       Disable all charset re-coding of the metadata.

   -m, --message-id
       Copy the Message-ID header at the end of the commit message. This
       is useful in order to associate commits with mailing list
       discussions.

   --scissors
       Remove everything in body before a scissors line. A line that
       mainly consists of scissors (either ">8" or "8<") and perforation
       (dash "-") marks is called a scissors line, and is used to request
       the reader to cut the message at that line. If such a line appears
       in the body of the message before the patch, everything before it
       (including the scissors line itself) is ignored when this option is
       used.

       This is useful if you want to begin your message in a discussion
       thread with comments and suggestions on the message you are
       responding to, and to conclude it with a patch submission,
       separating the discussion and the beginning of the proposed commit
       log message with a scissors line.

       This can be enabled by default with the configuration option
       mailinfo.scissors.

   --no-scissors
       Ignore scissors lines. Useful for overriding mailinfo.scissors
       settings.

   <msg>
       The commit log message extracted from e-mail, usually except the
       title line which comes from e-mail Subject.

   <patch>
       The patch extracted from e-mail.

GIT

   Part of the git(1) suite


More Linux Commands

manpages/sleep.1.html
sleep(1) - delay for a specified amount of time (Man Page)
Pause for NUMBER seconds. SUFFIX may be s for seconds (the default), m for minutes, h for hours or d for days. Unlike most implementations that require NUMBER b

manpages/getgroups.2.html
getgroups(2) - get/set list of supplementary group IDs......
getgroups() returns the supplementary group IDs of the calling process in list. The argument size should be set to the maximum number of items that can be store

manpages/Tk_UnmapWindow.3.html
Tk_UnmapWindow(3) - map or unmap a window - Linux man page
These procedures may be used to map and unmap windows managed by Tk. Tk_MapWindow maps the window given by tkwin, and also creates an X window corresponding to

manpages/texi2roff.1.html
texi2roff(1) - convert Texinfo documents for formatting by t
Texi2roff translates the named files from the Texinfo macro language for TeX to the language accepted by troff(1). Files are read and processed in order. If no

manpages/munmap.2.html
munmap(2) - map or unmap files or devices into memory.......
mmap() creates a new mapping in the virtual address space of the calling process. The starting address for the new mapping is specified in addr. The length argu

manpages/cprojl.3.html
cprojl(3) - project into Riemann Sphere - Linux manual page
These functions project a point in the plane onto the surface of a Riemann Sphere, the one-point compactification of the complex plane. Each finite point z proj

manpages/dhcrelay.8.html
dhcrelay(8) - Dynamic Host Configuration Protocol Relay Agen
The Internet Systems Consortium DHCP Relay Agent, dhcrelay, provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is direc

manpages/rview.1.html
rview(1) - Vi IMproved, a programmers text editor (ManPage)
Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a

manpages/openat.2.html
openat(2) - open a file relative to a directory file descrip
Given a pathname for a file, open() returns a file descriptor, a small, nonnegative integer for use in subsequent system calls (read(2), write(2), lseek(2), fcn

manpages/XIGetClientPointer.3.html
XIGetClientPointer(3) - set or get the ClientPointer device
The ClientPointer is the device that is percieved to be the core pointer for non-XI protocol requests and replies. Each time a protocol message needs device-dep

manpages/gnutls_handshake_set_max_packet_length.3.html
gnutls_handshake_set_max_packet_length(3) - API function....
This function will set the maximum size of all handshake messages. Handshakes over this size are rejected with GNUTLS_E_HANDSHAKE_TOO_LARGE error code. The defa

manpages/sleep.3.html
sleep(3) - Sleep for the specified number of seconds........
sleep() makes the calling thread sleep until seconds seconds have elapsed or a signal arrives which is not ignored. RETURN VALUE Zero if the requested time has





We can't live, work or learn in freedom unless the software we use is free.