From: Pavel Roskin <proski@gnu.org>
To: Petr Baudis <pasky@suse.cz>
Cc: git <git@vger.kernel.org>
Subject: Re: [PATCH 6/8] cogito: Don't ever assume object type in cg-object-id
Date: Thu, 22 Sep 2005 12:55:55 -0400 [thread overview]
Message-ID: <1127408155.14856.30.camel@dv> (raw)
In-Reply-To: <20050922155025.GK21019@pasky.or.cz>
On Thu, 2005-09-22 at 17:50 +0200, Petr Baudis wrote:
> Dear diary, on Thu, Sep 22, 2005 at 05:37:59PM CEST, I got a letter
> where Pavel Roskin <proski@gnu.org> told me that...
> > [proski@dv cogito]$ for i in .git/refs/tags/*; do git-tar-tree `cat $i` >/dev/null || echo $i; done
> > fatal: not a reference to a tag, commit or tree object: 463d05c7c4fe7f24da29749f4c7f25893fc20b8c
> > .git/refs/tags/git-pasky-0.1
> > fatal: not a reference to a tag, commit or tree object: 2c70421be7d88fbee49986d7a5584d1f010a25de
> > .git/refs/tags/git-pasky-0.2
> > fatal: not a reference to a tag, commit or tree object: d14925c87cdb6ca6345bcb3c8e34a2d659c79451
> > .git/refs/tags/git-pasky-0.3
>
> Huh. Huh?
>
> xpasky@machine[1:0]~/git-devel$ git-cat-file -t $(cg-object-id git-pasky-0.1)
> commit
The error message is misleading. In fact, it's the tree referred to by
the commit that was missing. Anyway, that object exists on the server,
so it was my local problem.
It would be nice to have a script fetch an object by SHA1, possibly with
the dependencies. git-fetch doesn't do it yet.
I copied the whole objects tree for cogito using rsync, and I see lots
or error messages from git-fsck-objects. I'll wait for your changes to
propagate. As it stands now, b3e9704ecdf48869f635f0aa99ddfb513f885aff
(a file you said you have removed) and
11ed64c1b141c9ba397a1ca76aef2cd250976007 are still present and empty.
Are you sure rsync that copies to kernel.org uses the "delete" option?
If not, we should treat kernel.org as "dumb transport" where directory
listings should never be used.
> > How come that cogito-0.12 - cogito-0.15 are not on the origin tree, but
> > older cogito tags are?
>
> That's because the older tags tag commits directly, not tag objects.
> git-prune removed the tag objects because they were unreferenced by its
> perspective. Anyway, git-prune without any arguments should get it
> right.
Thanks for the explanation. I'll be more careful with git-prune.
--
Regards,
Pavel Roskin
prev parent reply other threads:[~2005-09-22 16:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-20 2:25 [PATCH 6/8] cogito: Don't ever assume object type in cg-object-id Pavel Roskin
2005-09-21 10:00 ` Petr Baudis
2005-09-22 3:27 ` Pavel Roskin
2005-09-22 9:46 ` Petr Baudis
2005-09-22 9:52 ` Petr Baudis
2005-09-22 15:37 ` Pavel Roskin
2005-09-22 15:50 ` Petr Baudis
2005-09-22 16:55 ` Pavel Roskin [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=1127408155.14856.30.camel@dv \
--to=proski@gnu.org \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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).