mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
CREDITS: Add contributors since v0.12.1
Also, update README.adoc to encourage people to set the author of commits correctly when creating commits on behalf of others.
This commit is contained in:
parent
e9b710c573
commit
6ace1d690f
3 changed files with 101 additions and 4 deletions
10
README.adoc
10
README.adoc
|
@ -237,3 +237,13 @@ version control systems, adopted by projects such as Linux and Git.
|
|||
For an explanation of this style, see
|
||||
https://chris.beams.io/posts/git-commit/[How to Write a Git Commit
|
||||
Message].
|
||||
|
||||
If you create a git commit for someone else it is helpful to set the
|
||||
author of the commit so that they get credit. Ask them what name/alias
|
||||
and email they would like to use. For example:
|
||||
[source,bash]
|
||||
-----------------
|
||||
git commit --author "Bob Smith <bob@example.com>" ...
|
||||
-----------------
|
||||
If they prefer not to give an email then the email can be omitted, so
|
||||
just "Bob Smith" in the above example.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue