(original) (raw)
On Wed, Dec 19, 2018 at 1:21 AM Hans Wennborg via llvm-dev <llvm-dev@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.