[llvm-dev] Phabricator Monorepo Importing from Downstream Forks

Shoaib Meenai via llvm-dev llvm-dev at lists.llvm.org
Thu May 30 15:43:16 PDT 2019


As James later clarified on IRC, Phabricator isn’t importing commits from forks. Instead, it’s importing commits in the refs/pull namespace, which is used by Github for pull requests, and this pull request contained a lot of old commits. It would be ideal if Phabricator could be configured to only import from refs/heads (and perhaps refs/tags?).

From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Jonas Devlieghere via llvm-dev <llvm-dev at lists.llvm.org>
Reply-To: Jonas Devlieghere <jonas at devlieghere.com>
Date: Thursday, May 30, 2019 at 3:40 PM
To: LLVM Developers Mailing List <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] Phabricator Monorepo Importing from Downstream Forks

Hi Everyone,

Today I received a bunch of e-mails (30? 40?) from Phabricator about old commits, apparently being recommitted by someone else to the monorepo. When I asked on IRC, Roman pointed out that Phabricator is importing commits from all the monorepo forks. Indeed, I was able to find the corresponding commit, which turned out to be a cherry-pick of my commit, in a downstream fork.

Although I can configure a filter to prevent these e-mails from showing up in my inbox, it sounds wasteful to import these commits at all, let alone send e-mails for them.  Is it possible to prevent this from happening?

Thanks,
Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190530/9733f2a6/attachment.html>


More information about the llvm-dev mailing list