From: "Gerald (Jerry) Carter" <jerry@samba.org>
To: git@vger.kernel.org
Subject: Missing tags from git-clone, but not git-clone -l ?
Date: Sun, 07 Oct 2007 13:23:43 -0500 [thread overview]
Message-ID: <4709242F.7070004@samba.org> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm really a but stumped on this one. I've got a set of tags
(created by git-svnimport):
$ git tag -l release-4*
release-4-0-0tp1
release-4-0-0tp2
release-4-0-0tp3
release-4-0-0tp4
but when I "git-clone samba-svnimport tags-test"", one tag
is missing.
$ git tag -l release-4*
release-4-0-0tp2
release-4-0-0tp3
release-4-0-0tp4
Running git-clone -l works as expected (i.e. the tp1 tag appears
in the clone).
Here's some more info about the tag in the original svnimport
repo:
$ ls -l .git/refs/tags/
total 0
$ grep release-4 .git/packed-refs
2fbd67786af06b8f5184048d997b660cbd80cbc4 refs/tags/release-4-0-0tp1
a786f423d6dee793418e8c6591f9b962c0fa96bc refs/tags/release-4-0-0tp2
1fea21bffc836a28e3e86e930d3d9fca85590ae6 refs/tags/release-4-0-0tp3
c58417a9934d3c1f04becb542a9fb6334a07f19d refs/tags/release-4-0-0tp4
$ for h in `grep release-4 .git/packed-refs | awk '{print $1}'`; \
do git-cat-file -t $h; done
tag
tag
tag
tag
Any suggestions on how to debug this? Am I just misunderstanding
something about tags?
cheers, jerry
=====================================================================
Samba ------- http://www.samba.org
Centeris ----------- http://www.centeris.com
"What man is a man who does not make the world better?" --Balian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHCSQvIR7qMdg1EfYRAhOIAKDpefcPqyVhPfxTazJhtd/QrmzM8QCgyyQc
e0Br/1PngGmQlGNkME+tY7c=
=+PIn
-----END PGP SIGNATURE-----
next reply other threads:[~2007-10-07 18:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-07 18:23 Gerald (Jerry) Carter [this message]
2007-10-07 18:58 ` Missing tags from git-clone, but not git-clone -l ? Gerald (Jerry) Carter
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=4709242F.7070004@samba.org \
--to=jerry@samba.org \
--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 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.