Messages in this thread |  | | | Date | Mon, 05 Jan 2009 23:22:10 -0800 | | From | "H. Peter Anvin" <> | | Subject | Re: tip: bzip2/lzma now in tip:x86/setup-lzma | |
Alain Knaff wrote:
> H. Peter Anvin wrote:
>> Go ahead and do an incremental patch at this point.
>>
>> -hpa
>
> Thanks, that'll make things easier. Unfortunately, I can no longer check
> out the code. No error messages, but the files just aren't there:
>
>
>> git pull
> Already up-to-date.
>> git checkout -b x86/setup-lzma tip/x86/setup-lzma
> git checkout: branch x86/setup-lzma already exists
I think the "git checkout" failed here because you were trying to create
a local branch (-b) failed. Just "git checkout x86/setup-lzma" followed
by "git pull" *should* work...
>> ls lib/decompress_inflate.c
> ls: cannot access lib/decompress_inflate.c: No such file or directory
>
If that doesn't work, you may want to ask the people in #git on Freenode.
-hpa
|  |