mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Change example commit in README and fix formatting in asciidoc.
The commit referenced was from prior to the history-rewrite and no longer was a real commit in the repository. Also, asciidoc had some formatting error in the "Submitting your work" section where a large chungy of text was being rendered as monospace in the HTML version. To fix this, "git commit -s" is surrounded by +s rather than `s. Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
ff1c9a0d89
commit
c88f4b9a77
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -144,8 +144,8 @@ You should prefix this line with the component you are committing (for
|
|||
example, ``map17: fixed unbeatable map''). This should be followed by a
|
||||
blank line and a paragraph or more to explain your change in detail (for
|
||||
example, explaining what part of the map was broken). See commit
|
||||
27762aa5f34f590bfc29d1f667f9121907cb8a98 for an example. Sign your
|
||||
comments with `git commit -s`, these leaves a trail of whose hands a
|
||||
49dc6ca861d4b85ca16b219941ecb86d3e172ac1 for an example. Sign your
|
||||
comments with +git commit -s+, these leaves a trail of whose hands a
|
||||
commit went through and could be useful for some purposes; git alone can
|
||||
give an indication of up to two people, however the AUTHOR/COMMITER
|
||||
fields are not quite reliable or flexible enough for the same
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue