[llvm-dev] GitHub commits that aren't on any branch
Josh Stone via llvm-dev
llvm-dev at lists.llvm.org
Thu Jan 16 18:33:06 PST 2020
On 1/16/20 2:29 AM, Hans Wennborg via llvm-dev wrote:
> I noticed today that there are some commits that get pushed upstream,
> but not to master or any other branch either.
Note that GitHub uses a common storage repo for the whole network of
project forks:
https://github.blog/2015-09-22-counting-objects/#your-very-own-fork-of-rails
So if I push a branch to my own fork, my object hashes would also be
accessible through llvm/llvm-project. My action shouldn't trigger your
project hooks though.
More information about the llvm-dev
mailing list