[llvm-dev] Should git-llvm perform a pull --rebase after a push?

Philip Pfaffe via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 26 01:27:40 PDT 2018


I doubt this will work well, since the commit needs to bubble through to
the monorepo first for pull to catch it. I tried it in the past and only
very rarely had success.

Cheers,
Philip

On Fri, Oct 26, 2018 at 9:14 AM Kristina Brooks via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi,
>
> Was just wondering, if the git-llvm script is meant to emulate the
> workflow one would
> expect when working with the actual GitHub monorepo (when the time does
> come),
> would it make sense for it to do a pull --rebase after everything has been
> committed,
> although I guess the biggest issue would be the timing of this since the
> commit would
> need to propagate back to the prototype mirror.
>
> Or is this intentional? I figured logically some sort of way to update the
> local
> git repository after a commit would make sense, although I'm not familiar
> enough
> with git to know if it's possible (easily) or not.
>
> Thanks.
> - Kristina
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181026/a08dd585/attachment.html>


More information about the llvm-dev mailing list