Re: is it just me, or does --all ignore --no-tags?

2013-05-22 Thread Geoff Thorpe
On 22 May 2013 17:31, Junio C Hamano wrote: >> So instead of doing; >> git fetch --all --no-tags >> I'm now doing this to avoid the problem; >> git remote | xargs -n 1 git fetch --no-tags > > I suspect that this is 8556646 (fetch --all: pass --tags/--no-tags through to > each remote, 2012-

is it just me, or does --all ignore --no-tags?

2013-05-22 Thread Geoff Thorpe
I have some peculiar reasons for doing this, but nonetheless I don't believe there's anything illegal here. I have a repo with a bunch of remotes set up to pull in branches and tags from different places, and I need all those branches and tags name-spaced. Eg. to illustrate, the config looks someth