On 12/26/06, Hannu Koivisto <azure@xxxxxx> 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html