mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Format commit message as code block
This commit is contained in:
parent
f296a81a14
commit
a64b70db4a
1 changed files with 19 additions and 17 deletions
|
|
@ -113,6 +113,7 @@ See: http://developercertificate.org/
|
||||||
Also, please write good git commit messages. A good commit message
|
Also, please write good git commit messages. A good commit message
|
||||||
looks like this:
|
looks like this:
|
||||||
|
|
||||||
|
```
|
||||||
Header line: explain the commit in one line (use the imperative)
|
Header line: explain the commit in one line (use the imperative)
|
||||||
|
|
||||||
Body of commit message is a few lines of text, explaining things
|
Body of commit message is a few lines of text, explaining things
|
||||||
|
|
@ -131,6 +132,7 @@ looks like this:
|
||||||
|
|
||||||
Reported-by: whoever-reported-it
|
Reported-by: whoever-reported-it
|
||||||
Signed-off-by: Your Name <youremail@yourhost.com>
|
Signed-off-by: Your Name <youremail@yourhost.com>
|
||||||
|
```
|
||||||
|
|
||||||
where that header line really should be meaningful, and really should be
|
where that header line really should be meaningful, and really should be
|
||||||
just one line. That header line is what is shown by tools like gitk and
|
just one line. That header line is what is shown by tools like gitk and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue