sammccall added a comment. In D131175#3732163 <https://reviews.llvm.org/D131175#3732163>, @ckandeler wrote:
> By the way: How do I change the commit message when using arc? It seems to > ignore all subsequent changes other than in the code itself, and now the > patch is in the repo with a misleading commit message. Yeah that's unfortunate and I do it myself all the time :-( When I remember, my workflow is to amend the commit message locally with git, and then `arc diff --verbatim` will push this into the phab description (in addition to the usual snapshotting behavior). But often I forget and edit it in phab, and I don't know of a command to pull those edits down into my git repo. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131175/new/ https://reviews.llvm.org/D131175 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits