git-commit: document log message formatting convention
Take it from the tutorial, since not everybody necessarily reads it. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
276bc2caab
commit
936f32d3de
@ -218,6 +218,12 @@ refuses to run when given pathnames (but see `-i` option).
|
|||||||
DISCUSSION
|
DISCUSSION
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Though not required, it's a good idea to begin the commit message
|
||||||
|
with a single short (less than 50 character) line summarizing the
|
||||||
|
change, followed by a blank line and then a more thorough description.
|
||||||
|
Tools that turn commits into email, for example, use the first line
|
||||||
|
on the Subject: line and the rest of the commit in the body.
|
||||||
|
|
||||||
include::i18n.txt[]
|
include::i18n.txt[]
|
||||||
|
|
||||||
ENVIRONMENT VARIABLES
|
ENVIRONMENT VARIABLES
|
||||||
|
Loading…
Reference in New Issue
Block a user