SubmittingPatches: add convention of prefixing commit messages
commit6a5b6498837e43d1904f12eed9d47b47250680f1
authorAdam Spiers <git@adamspiers.org>
Sun, 16 Dec 2012 19:35:59 +0000 (16 19:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Dec 2012 02:30:50 +0000 (16 18:30 -0800)
tree775e3602c78f428abf45f365aef6e77066f3ad8a
parentbdd478d620034dc6517aea940f5dc6b88f780c04
SubmittingPatches: add convention of prefixing commit messages

Conscientious newcomers to git development will read SubmittingPatches
and CodingGuidelines, but could easily miss the convention of
prefixing commit messages with a single word identifying the file
or area the commit touches.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches