[PATCH] D78775: [MC] Fix quadratic behavior in addPendingLabel
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 12:59:20 PDT 2020
MaskRay added a comment.
I always use arcanist to upload a differential and that sets up everything correctly https://llvm.org/docs/GettingStarted.html#sending-patches
I use a shell function to drop unneeded Phabricator tags (Reviewers: Subscribers: Tags: and the substring `Summary :`).
arcfilter () {
arc amend
git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:$/ {sub(/^Summary: /,
"");print}' | git commit --amend -F -
}
It was suggested that these tags can be removed on the Phabricator server side https://lists.llvm.org/pipermail/llvm-dev/2020-April/140808.html
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78775/new/
https://reviews.llvm.org/D78775
More information about the llvm-commits
mailing list