Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: Feature request: option to not fetch tags for 'git remote' branches

From: Björn Steinbrink <hidden>
Date: 2016-06-15 22:48:29

On 2010.03.24 22:08:43 +0100, John Feuerstein wrote:
Hello Frans,
quoted
It would be great to be able to tell 'git remote' to skip tags and only 
fetch the requested branch. A --no-tags option maybe?

AFAIK this is currently not possible, although I'd happy to be proven 
wrong.
have a look at -n, --no-tags provided by git-fetch, ie.

$ git remote add ... foo ...
$ git fetch -n foo
And you can set remote.<name>.tagopt to --no-tags to make that the
default.

Björn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help