[PATCH] D134740: Document use of Co-author-by git tag.
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 07:45:13 PDT 2022
kristof.beyls created this revision.
kristof.beyls added reviewers: lattner, danielkiss.
Herald added a project: All.
kristof.beyls requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
We are already using the Co-author-by git tag, but don't have documentation in
our developer policy about it. Fix that.
Repository:
rG LLVM Github Monorepo
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.463235.patch
Type: text/x-patch
Size: 695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/daebc2b2/attachment.bin>
More information about the llvm-commits
mailing list