On Wed, Jun 15, 2016 at 8:08 PM, Wojciech Rybiński <[email protected]> wrote: > Hi, > > I have installed version 2.9.0 and when I’m trying to clone repo with > specific tag I get error: unknown option `single-branch’ and next warning: > Remote branch a3.0.26 not found in upstream origin, using HEAD instead. My > command looks like that: git clone --single-branch -b a3.0.26 git@… and it’s > working with git version 2.7.4 on another machine. What should I do to clone > repo with this tag using version 2.9.0? I found info that this option is > enable in this version.
I can't reproduce. What does this command show to you? GIT_TRACE=1 git clone -h -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

