Hi Everyone,
The branch for v0.6.0 has been created.  Anything targeted for the v0.6.0 
release will need to be merged into master or v0.6.0 and then cherry-picked 
into the other.
Because I looked it up, this command will tells you which commit a tag points to
git rev-list v0.6.0-branch | head -n 1
So this tells you the commit at which master branched for v0.6.0.  I'm sure git 
has internal tracking for this too.
Kevin.

Reply via email to