[llvm-dev] New LLVM git repository conversion prototype (original) (raw)

Bruce Hoult via llvm-dev llvm-dev at lists.llvm.org
Wed Dec 19 01:43:49 PST 2018


On Wed, Dec 19, 2018 at 1:21 AM Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:

If we really need a tag for this, and I'm not sure we do, I think we should instead tag the commit that we branch from, i.e. v7.0.0-branchpoint. If brevity is important, it could be just "v7-bp".

You don't really need it. "git merge-base release/7.0 master" will find it, possibly with the "--fork-point" flag as well for the paranoid (in case there was a merge joining them later .. there shouldn't be)

I propose that we don't block on having these.

All tags can be added or adjusted later, at leisure. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181219/22425641/attachment.html>



More information about the llvm-dev mailing list