mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 17:43:33 +00:00
DOCS/contribute.md: commit message body should be line-broken too
Not all tools apply line breaking. Which is probably good, because you wouldn't be able to put lines in there which should _not_ be broken. Don't ask me whether there is an "official" git convention for this.
This commit is contained in:
parent
4e37980c56
commit
d0f807e5f3
@ -24,8 +24,9 @@ Sending patches
|
||||
the change.
|
||||
- The subject line (the first line in a commit message) should contain a
|
||||
prefix identifying the sub system, followed by a short description what
|
||||
impact this commit has. This subject line shouldn't be longer than 72
|
||||
characters, because it messes up the output of many git tools otherwise.
|
||||
impact this commit has. This subject line and the commit message body
|
||||
shouldn't be longer than 72 characters per line, because it messes up the
|
||||
output of many git tools otherwise.
|
||||
|
||||
For example, you fixed a crash in af_volume.c:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user