[PATCH] D67747: [utils] Add support to git-llvm to upload to Phabricator.

David L. Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 14:34:31 PDT 2019


dlj added a comment.

In D67747#1674975 <https://reviews.llvm.org/D67747#1674975>, @lebedev.ri wrote:

> Why reimplement the wheel?
>  Does `arc diff --update` not work with git monorepo?


Since Arcanist requires PHP, it's not always an option.

I've had parts of this script kicking around for //years// exactly because of cases where I can't use PHP. I figured it was time to share that work with others in the same situation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67747/new/

https://reviews.llvm.org/D67747





More information about the llvm-commits mailing list