From: Leo Razoumov <slonik.az@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: tag namespace?
Date: Wed, 13 Jan 2010 18:03:59 -0500 [thread overview]
Message-ID: <ee2a733e1001131503x5a1da0a9g562bbfb5c0f19fd2@mail.gmail.com> (raw)
Hi List,
local and remote git branches live in different namespaces
refs/heads/* and refs/remotes/* respectively. thus, fetching from
remote repo never collides with local branches. Unfortunately, tags do
not enjoy such a separation. When I use
git read-tree -prefix=libfoo/ -u remotes/foo/master
remote tags suddenly populate my local tag space. v1.0 comes from my
project while v1.1 comes from foo.
When using subtree merges is it possible to create a "remotes"
namespace for tags?
Something like --tagprefix option for git-read-tree or any better solution?
--Leo--
reply other threads:[~2010-01-13 23:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee2a733e1001131503x5a1da0a9g562bbfb5c0f19fd2@mail.gmail.com \
--to=slonik.az@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).