forked from Mirrors/freeswitch
Make example commit look like git log output
This makes it visually clearer what the reader is looking at and highlights that we want a real name as the author name.
This commit is contained in:
parent
c166afb676
commit
b7b01d0144
|
@ -102,6 +102,10 @@ The commit subject is the first line of your commit message, then
|
|||
there is an empty line, then your commit body starts. A good commit
|
||||
message might look like this:
|
||||
|
||||
commit b5c64234ea5d4417abe02b282d6f41c019f2252f
|
||||
Author: John Doe <johndoe@example.com>
|
||||
Date: Tue Jan 19 03:14:07 2014 +0000
|
||||
|
||||
Add frobinator support to mod_sofia
|
||||
|
||||
Without proper frobinator support users had to make multiple calls
|
||||
|
|
Loading…
Reference in New Issue