From: "David Ho" <davidkwho@gmail.com>
To: "Andreas Ericsson" <ae@op5.se>
Cc: git@vger.kernel.org
Subject: Re: Pulling tags from git.git
Date: Tue, 7 Mar 2006 11:12:38 -0500 [thread overview]
Message-ID: <4dd15d180603070812u16fbcf58m4afea92293dce370@mail.gmail.com> (raw)
In-Reply-To: <440D5285.3050401@op5.se>
Andreas,
After get it working, I did an experiment where I hard-resetted my
local repo to v1.2.3, git-pruned and removed the v1.2.4 tag. A git
pull with the git protocol does indeed pick up the tag.
Thanks for explaining what's going on under the hood. Everything now
makes sense to me!
David
On 3/7/06, Andreas Ericsson <ae@op5.se> wrote:
> With the git or git+ssh protocol, tags will be autofollowed when you do
> a pull (only signed tags, I think). The auto-following is done by
> detecting tags that are fetched, so when you did a pull using rsync the
> tags weren't auto-followed but you got all the commits. Next, when you
> changed protocol to git:// you already had all the commit objects, so
> there was nothing to auto-detect tags on. Since you're using git:// now
> it should work as advertised in the future though.
prev parent reply other threads:[~2006-03-07 16:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-06 18:44 Pulling tags from git.git David Ho
2006-03-06 18:54 ` David Ho
2006-03-07 9:29 ` Andreas Ericsson
2006-03-07 10:33 ` Junio C Hamano
2006-03-07 12:20 ` Andreas Ericsson
2006-03-07 14:37 ` A Large Angry SCM
2006-03-07 15:35 ` Andreas Ericsson
2006-03-07 18:10 ` Junio C Hamano
2006-03-08 4:32 ` A Large Angry SCM
2006-03-08 10:13 ` Andreas Ericsson
2006-03-09 7:37 ` Florian Weimer
2006-03-09 17:24 ` Andreas Ericsson
2006-03-20 18:30 ` Florian Weimer
2006-03-20 20:31 ` Junio C Hamano
2006-03-07 16:12 ` David Ho [this message]
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=4dd15d180603070812u16fbcf58m4afea92293dce370@mail.gmail.com \
--to=davidkwho@gmail.com \
--cc=ae@op5.se \
--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).