Dirk Behme <[EMAIL PROTECTED]> writes: > Seems to me that this breaks http update > > cg-update http://www.kernel.org/pub/scm/git/git.git > > error: Tried > http://www.kernel.org/pub/scm/git/git.git/objects/6f/f87c4664981e4397625791c8ea3bbb5f2279a3 > Cannot obtain needed blob 6ff87c4664981e4397625791c8ea3bbb5f2279a3 > while processing commit 1dfcfbce2d643b7c7b56dc828f36ced9de2bf9f2. > cg-pull: objects pull failed
I suspect that your copy of Cogito/git is old and incapable of fetching from a packed repository. Did your Cogito come with its own copy of git (specifically, git-http-pull)? Modern Cogito "cg-pull" uses git-http-pull from core GIT as its underlying pull driver for http transport, which should not have the problem anymore. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

