[PATCH] D26296: Update CommandLine.rst getRegisteredOptions example
Malcolm Parsons via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 01:44:49 PST 2016
malcolm.parsons added a comment.
In https://reviews.llvm.org/D26296#587814, @modocache wrote:
> Does anyone know how to append an attribution to a commit message when landing diffs via Arcanist?
One of:
Edit the message in phabricator before landing.
If using git-svn, use `git commit --amend`.
If using svn, use `arc commit --show`, copy, paste and edit.
https://reviews.llvm.org/D26296
More information about the llvm-commits
mailing list