"git ubuntu clone": what tags do you expect to see locally?

2017-08-10 Thread Robie Basak
"git ubuntu clone " is like "git clone", but also knows the URL and some sensible default refspecs. If you then run "git tag", which tags do you expect to have automatically been fetched for you? In our imported repositories in Launchpad, we have one tag for every single source package published

Re: "git ubuntu clone": what tags do you expect to see locally?

2017-08-10 Thread Michael Hudson-Doyle
On 11 August 2017 at 07:19, Robie Basak wrote: > "git ubuntu clone " is like "git clone", but also knows the URL > and some sensible default refspecs. > > If you then run "git tag", which tags do you expect to have > automatically been fetched for you? > I think I would expect to get all tags, b

Re: "git ubuntu clone": what tags do you expect to see locally?

2017-08-10 Thread Christian Ehrhardt
On Fri, Aug 11, 2017 at 3:24 AM, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > On 11 August 2017 at 07:19, Robie Basak wrote: > >> "git ubuntu clone " is like "git clone", but also knows the URL >> and some sensible default refspecs. >> >> If you then run "git tag", which tags do