[llvm] 4f4c44c - Document use of Co-author-by git tag.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 03:00:29 PDT 2022


Author: Kristof Beyls
Date: 2022-09-28T12:00:20+02:00
New Revision: 4f4c44c580f0f3b3222507a585629d99ffb6ce5c

URL: https://github.com/llvm/llvm-project/commit/4f4c44c580f0f3b3222507a585629d99ffb6ce5c
DIFF: https://github.com/llvm/llvm-project/commit/4f4c44c580f0f3b3222507a585629d99ffb6ce5c.diff

LOG: Document use of Co-author-by git tag.

We are already using the Co-author-by git tag, but don't have documentation in
our developer policy about it. Fix that.

Differential Revision: https://reviews.llvm.org/D134740

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index 820e611ef1729..1d9e14a703129 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -265,6 +265,10 @@ Below are some guidelines about the format of the message itself:
   information including the method we used for attribution before the project
   migrated to git.
 
+  In the rare situation where there are multiple authors, please use the `git
+  tag 'Co-author-by:' to list the additional authors
+  <https://github.blog/2018-01-29-commit-together-with-co-authors/>`_.
+
 * The title should be concise. Because all commits are emailed to the list with
   the first line as the subject, long titles are frowned upon.  Short titles
   also look better in `git log`.


        


More information about the llvm-commits mailing list