You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by Kevin Minder <ke...@hortonworks.com> on 2015/04/14 16:16:32 UTC

Branch v0.6.0 created

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.