diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-04-15 02:21:55 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-04-15 02:21:55 +0300 |
commit | 4191e54fc63be623b3a25081ab9fe03d28615fea (patch) | |
tree | 647bbbacce1453db89c74ee7eb02ea135f4eefa1 /CONTRIBUTE | |
parent | 2b714275e3f94f4c26e9d25a70e68929d0ebf1ac (diff) |
; CONTRIBUTE: Update the "make the ChangeLog entry in their name" bit
Fixes: debbugs:20328
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 44e6e3b61f..e89cfd6f6c 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -27,8 +27,8 @@ advanced information. Alternately, see admin/notes/git-workflow. -If committing changes written by someone else, make the ChangeLog -entry in their name, not yours. git distinguishes between the author +If committing changes written by someone else, make the commit in +their name, not yours. git distinguishes between the author and the committer; use the --author option on the commit command to specify the actual author; the committer defaults to you. |