[PATCH] D67772: Update git-llvm script to push to GitHub

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 12:08:35 PDT 2019


lenary added a comment.

One request:



================
Comment at: llvm/utils/git-svn/git-llvm:96
+GIT_REPO = 'llvm'
+GIT_URL = 'github.com/{}/{}.git'.format(GIT_ORG, GIT_REPO)
+
----------------
Please may you ensure that this works for the non-monorepo LLVM repositories when it initially goes live?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67772





More information about the llvm-commits mailing list