"rae l" <crquan@xxxxxxxxx> writes: > I use one git working tree to track many remote git repository: > ... > 2. Store a no-tags config item to the remote config, which like: > [remote "linux-iscsi"] > url = git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git > fetch = +refs/heads/*:refs/remotes/linux-iscsi/* > fetch-tags = false > when git fetch read the no-tags config, it will disable tags from this remote; Slurping very many (possibly unrelated) projects into one repository is your choice (I wouldn't comment if it is a sane choice -- I do not have time to ponder the pros and cons. If it suits your needs, that's good enough) If you do not want tags from some repositories but do want from some others copied to that repository, per remote configuration feature is exactly how it was designed to be used. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html