mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-13 00:50:13 -05:00
Convert git-am from [verse]/single-quote style to the modern synopsis-block style: - Replace [verse] with [synopsis] in SYNOPSIS block - Backtick-quote all OPTIONS terms - Convert inline man page refs - Convert inline command refs - Convert prose placeholders: Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
Any line that is of the form:
|
|
|
|
* three-dashes and end-of-line, or
|
|
* a line that begins with `diff -`, or
|
|
* a line that begins with `Index: `
|
|
|
|
is taken as the beginning of a patch, and the commit log message
|
|
is terminated before the first occurrence of such a line.
|