diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-12-13 11:56:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-12-13 11:56:08 +0100 |
commit | ff2c2d0850c4f5a3aa9bea074e110c9b9725d29e (patch) | |
tree | f2be01d78f401e29138048b44512c27bcc1c7afd /docs/CODING_STYLE.md | |
parent | blockdev-util: rework get_block_device() (diff) | |
download | systemd-ff2c2d0850c4f5a3aa9bea074e110c9b9725d29e.tar.xz systemd-ff2c2d0850c4f5a3aa9bea074e110c9b9725d29e.zip |
docs: make sure there's only one # markdown header in each file
@bertob wants us to be strict here, and only have one "#" header per
markdown file, and use "##" (or "###", …) for all others. Interestingly,
we mostly got this right already, but this fixes a few cases where this
wasn't correct.
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r-- | docs/CODING_STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 9e480a649e..c8ca8bfefc 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -543,7 +543,7 @@ layout: default time you need that please immediately undefine `basename()`, and add a comment about it, so that no code ever ends up using the POSIX version! -# Committing to git +## Committing to git - Commit message subject lines should be prefixed with an appropriate component name of some kind. For example "journal: ", "nspawn: " and so on. |