On 25 April 2016 at 14:30, Jaggi, Manish <Manish.Jaggi@caviumnetworks.com> wrote:
It seems the revid / tag is not on any branch
git branch  --contains 2134d97aa3a7ce38bb51f933f2e20cafde371085 
returns nothing.

How to fix this issue ?

You probably want to use git branch -r --contains 213... as otherwise git branch will only list local branches.  The web UI says that this commit exists on master though...

Ross