tags 602528 + upstream
quit

Török Edwin wrote:

> If I run 'git remote update' when the remote is an http URL, and then
> I Ctrl-C in the middle of a pack download, I get the .idx and .pack.temp.
> 
> Next time when I run 'git remote update' it tells me it can't find some refs:
> error: Unable to find 72128861501dc742d33e88b473482e17f6672d4c under 
> http://git.clamav.net/clamav-devel.git
> Cannot obtain needed object 72128861501dc742d33e88b473482e17f6672d4c
> error: Fetch failed.

Yes, I can reproduce this:

        git init reproduce
        cd reproduce
        git remote add clam http://git.clamav.net/clamav-devel.git
        git fetch clam
        ^C
        git fetch clam

Will investigate.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to