[PATCH] D134740: Document use of Co-author-by git tag.

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f4c44c580f0: Document use of Co-author-by git tag. (authored by kristof.beyls).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134740/new/

https://reviews.llvm.org/D134740

Files:
  llvm/docs/DeveloperPolicy.rst


Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -265,6 +265,10 @@
   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`.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134740.463480.patch
Type: text/x-patch
Size: 695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/9cdcc352/attachment.bin>


More information about the llvm-commits mailing list