On 2/11/07, Junio C Hamano <junkio@xxxxxxx> wrote:
Nicolas Pitre <nico@xxxxxxx> writes: > On Sun, 11 Feb 2007, Jon Smirl wrote: > >> On 2/11/07, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: >> > Jon Smirl <jonsmirl@xxxxxxxxx> wrote: >> > > remote: Total 63, written 63 (delta 0), reused 63 (delta 0) >> > > 100% (63/63) done >> > > fatal: pack: not a valid SHA1 >> > > New branch: 0953670fbcb75e26fb93340bddae934e85618f2e >> > >> > What version of git is this? That looks like we're assuming the word >> > pack was an object, but I'm not sure why we would do such a thing... > > This "pack" comes from pack-index when providing the name of the pack. > It is either "pack" or "keep" and specifies the name of the .keep file > to remove in the later case. > This is caught by git-fetch.sh with some code identified with a comment > that reads: "# special line coming from index-pack with the pack name" That is true only if Jon used git-fetch, git-pull or git-clone. Unfortunately I noticed that his commandline read "cg clone".
All wireless-dev are all dead. I can still get to Linus' tree without problem. wireless-2.6 tree is ok too. jonsmirl@jonsmirl:/extra$ git clone git://git.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git Initialized empty Git repository in /extra/wireless-dev/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git' failed. jonsmirl@jonsmirl:/extra$ git clone git://git2.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git Initialized empty Git repository in /extra/wireless-dev/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://git2.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git' failed. jonsmirl@jonsmirl:/extra$ git clone git://git1.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git Initialized empty Git repository in /extra/wireless-dev/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://git1.kernel.org/pub/scm/linux/kernel/gt/linville/wireless-dev.git' failed. jonsmirl@jonsmirl:/extra$ Clone of the git repo complete without errors jonsmirl@jonsmirl:/extra$ git clone git://git2.kernel.org/pub/scm/git/git.git Initialized empty Git repository in /extra/git/.git/ remote: Generating pack... remote: Done counting 39677 objects. remote: Deltifying 39677 objects. remote: 100% (39677/39677) done Indexing 39677 objects. remote: Total 39677, written 39677 (delta 27701), reused 39585 (delta 27642) 100% (39677/39677) done Resolving 27701 deltas. 100% (27701/27701) done Checking files out... 100% (798/798) done jonsmirl@jonsmirl:/extra$ I think something is wrong with the wireless-dev tree. -- Jon Smirl jonsmirl@xxxxxxxxx - 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