All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Ketrenos <jketreno@linux.intel.com>
To: Junio C Hamano <junkio@cox.net>
Cc: Peter Baumann <siprbaum@stud.informatik.uni-erlangen.de>,
	git@vger.kernel.org, Jeremy Sw <kertejeremy@hotmail.com>
Subject: Re: bug report, error : Unable to find 000000000.....
Date: Thu, 01 Mar 2007 04:53:49 -0800	[thread overview]
Message-ID: <45E6CCDD.2090502@linux.intel.com> (raw)
In-Reply-To: <7v8xei0xwk.fsf@assigned-by-dhcp.cox.net>

Junio C Hamano wrote:

> The repository is seriously broken.  If you try wget to see
> refs/tags/* files, you will find out that they are not even
> tags; they are symrefs and both point at the master branch.
> 
> I do not think the Porcelain-ish shipped with git creates symref
> in refs/tags/, so it was done by somebody playing with symbolic-ref
> by hand perhaps?
> 
> I'd suggest James to do delete these bogus refs/tags/* files and
> tag the correct commit with "git tag".

The above does explain the breakage.  The script that created snapshot 
tarballs for ipwraw was written was copying .git/HEAD to the tag name in 
.git/refs/tags... at some point .git/HEAD changed from being an actual 
symlink to master to being a normal file containing 'ref: refs/heads/master'

I believe I have fixed it now.

Thanks,
James

      reply	other threads:[~2007-03-01 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 19:24 bug report, error : Unable to find 000000000 Jeremy Sw
2007-02-28 21:09 ` Peter Baumann
2007-02-28 21:34   ` Junio C Hamano
2007-03-01 12:53     ` James Ketrenos [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=45E6CCDD.2090502@linux.intel.com \
    --to=jketreno@linux.intel.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=kertejeremy@hotmail.com \
    --cc=siprbaum@stud.informatik.uni-erlangen.de \
    /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.