[PATCH] D72468: Update the attribution policy to use the 'Author' property of a git commit
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 12:54:11 PST 2020
echristo added inline comments.
================
Comment at: llvm/docs/DeveloperPolicy.rst:299
+ set to the original author and the 'Committer' property is set to yourself.
+ You can use ``git commit --amend --author="name/nickname <email>`` to
+ correct the author property if it is incorrect. See `Attribution of Changes`_
----------------
aaron.ballman wrote:
> It would be helpful if we documented somewhere that the patch author should provide this information as part of their review when deciding who will commit the patch.
That and if you wouldn't mind a couple of actual command line examples would be nice too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72468/new/
https://reviews.llvm.org/D72468
More information about the llvm-commits
mailing list