From: Hannu Koivisto <azure@iki.fi>
To: git@vger.kernel.org
Subject: Errors when updating an old git.git repository
Date: Tue, 26 Dec 2006 16:49:28 +0200 [thread overview]
Message-ID: <87d566ww3r.fsf@trews52.bothi.fi> (raw)
Greetings,
I just did "git-clone git://git.kernel.org/pub/scm/git/git.git".
git-pull in the resulting repository gives "Already up-to-date."
and "git-pull --tags" does the same. Just what I'd expect.
Before I did that, I had an old (several months) git.git repository
laying on the hard drive and I updated it with "git pull". It
complained something tag related and I tried again with "git pull
--tags". Now I'm in a situation where "git-pull --tags" gives "No
changes." but plain "git-pull" gives me this:
-------------------------------------------------------------------
remote: Generating pack...
remote: Done counting 293 objects.
remote: Result has 214 objects.
remote: Deltifying 214 objects.
remote: 14/214) done14) done
Unpacking 214 objects
remote: Total 214, written 214 (delta 156), reused 181 (delta 123)
100% (214/214) done
error: no such remote ref refs/heads/jc/bind
error: no such remote ref refs/heads/jc/bind-2
error: no such remote ref refs/heads/gb/diffdelta
* refs/heads/pu: not updating to non-fast forward branch 'pu' of git://git.kernel.org/pub/scm/git/git
old...new: 0c9951a...f959571
Already up-to-date.
-------------------------------------------------------------------
If I run either git-pull or "git-pull --tags" again, I get the same
results.
Since updating a freshly cloned repository doesn't result to such
an odd behaviour, I assume this old repository is broken somehow.
If someone wants to inspect it, I can make it available via web.
I'm using git 1.4.4.3 on Debian GNU/Linux.
--
Hannu
next reply other threads:[~2006-12-26 14:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-26 14:49 Hannu Koivisto [this message]
2006-12-26 15:37 ` Errors when updating an old git.git repository Lars Hjemli
2006-12-26 19:22 ` Hannu Koivisto
2006-12-26 22:54 ` Johannes Schindelin
2006-12-27 0:22 ` Junio C Hamano
2006-12-27 0:45 ` Hannu Koivisto
2006-12-27 0:58 ` Junio C Hamano
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=87d566ww3r.fsf@trews52.bothi.fi \
--to=azure@iki.fi \
--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.