aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTE4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 44e6e3b61f7..e89cfd6f6c7 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -27,8 +27,8 @@ advanced information.
27 27
28Alternately, see admin/notes/git-workflow. 28Alternately, see admin/notes/git-workflow.
29 29
30If committing changes written by someone else, make the ChangeLog 30If committing changes written by someone else, make the commit in
31entry in their name, not yours. git distinguishes between the author 31their name, not yours. git distinguishes between the author
32and the committer; use the --author option on the commit command to 32and the committer; use the --author option on the commit command to
33specify the actual author; the committer defaults to you. 33specify the actual author; the committer defaults to you.
34 34