git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lars Hjemli" <hjemli@gmail.com>
To: "Hannu Koivisto" <azure@iki.fi>
Cc: git@vger.kernel.org
Subject: Re: Errors when updating an old git.git repository
Date: Tue, 26 Dec 2006 16:37:43 +0100	[thread overview]
Message-ID: <8c5c35580612260737vae2669dkac6a81fe863484d4@mail.gmail.com> (raw)
In-Reply-To: <87d566ww3r.fsf@trews52.bothi.fi>

On 12/26/06, Hannu Koivisto <azure@iki.fi> wrote:
> 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

I guess you have some branch references in the file
.git/remotes/origin that shouldn't be there, so you can just remove
the lines that mention  'jc/bind', 'jc/bind-2' and 'gb/diffdelta' from
that file.

> * refs/heads/pu: not updating to non-fast forward branch 'pu' of git://git.kernel.org/pub/scm/git/git
>   old...new: 0c9951a...f959571

The pu branch is rebased all the time so it needs a '+' in
.git/remotes/origin to be automatically updated, like this:

Pull: +pu:pu

(or you can run 'git pull -f' to force the update)

-- 
larsh

  reply	other threads:[~2006-12-26 15:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-26 14:49 Errors when updating an old git.git repository Hannu Koivisto
2006-12-26 15:37 ` Lars Hjemli [this message]
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=8c5c35580612260737vae2669dkac6a81fe863484d4@mail.gmail.com \
    --to=hjemli@gmail.com \
    --cc=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 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).