All of lore.kernel.org
 help / color / mirror / Atom feed
* Feature request: option to not fetch tags for 'git remote' branches
@ 2010-03-24 20:54 Frans Pop
  2010-03-24 21:08 ` John Feuerstein
  0 siblings, 1 reply; 7+ messages in thread
From: Frans Pop @ 2010-03-24 20:54 UTC (permalink / raw)
  To: git

I'm sometimes asked to build a kernel or rebase patches against a certain 
development repository. No problem, happy to do that.

Except that some of those repos have huge numbers of tags that I'm not 
interested in and which only muddy the tags from the "origin" repo and my 
own.

I mostly want to remove the remote again ASAP and having to semi-manually 
remove the unwanted tags afterwards is a nuisance.

Example (on top of kernel mainline):
$ git remote add -t master iwlwifi \
	git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
This results in the addition of 326 'master-<date>' tags, 70 'merge-<date>' 
tags and 6 'snapshot-<date>' tags.
Similar effects for example from Ingo's "tip" repository.

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.

Cheers,
FJP

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-30  8:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 20:54 Feature request: option to not fetch tags for 'git remote' branches Frans Pop
2010-03-24 21:08 ` John Feuerstein
2010-03-24 21:35   ` Björn Steinbrink
2010-03-24 21:46   ` Frans Pop
2010-03-27 19:10     ` Samuel Tardieu
2010-03-27 19:25       ` Samuel Tardieu
2010-03-30  8:09       ` Frans Pop

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.