[PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 07:59:04 PDT 2021
fhahn added a comment.
In D104198#2838658 <https://reviews.llvm.org/D104198#2838658>, @SaurabhJha wrote:
> Sorry, I committed this without the `Differential Revision: https://reviews.llvm.org/D104198` line. Is there a way to change the commit message after it is in main? I could not push after `git commit --amend`
There's no way to adjust an already pushed commit (force pushes are blocked). You could either revert the change and re-commit with the updated wording or you could manually close the revision here. If the rest of the commit message is OK, I'd recommend just closing the revision manually and provide a link to the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104198/new/
https://reviews.llvm.org/D104198
More information about the cfe-commits
mailing list