mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Replace reasoning of git commit -s
in the README
Found out a couple months ago that it doesn't work the way I had assumed, although it still has a useful purpose. Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
044d3c6b78
commit
ac8000806d
1 changed files with 6 additions and 3 deletions
9
README
9
README
|
@ -144,9 +144,12 @@ 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. If you use
|
||||
GPG, try to sign your commits with `git commit -s` if possible; this
|
||||
ensures that you are who you say you are.
|
||||
27762aa5f34f590bfc29d1f667f9121907cb8a98 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
|
||||
information.
|
||||
|
||||
You should commit often; each important change should get its own
|
||||
commit, but minor changes need not. Take advantage of git's ability to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue