https://bugzilla.wikimedia.org/show_bug.cgi?id=44129

--- Comment #27 from Marcin Cieślak <[email protected]> ---
Using direct access to the GIT repository (avoiding Gerrit and JGit)
seems to avoid the problem:

$ git remote add directssh
ssh://l.saper.info/home/saper/sw/test-site-pg/git/mediawiki-core.git

$ git fetch -k --depth 1 directssh
refs/heads/master:refs/remotes/directssh/master

seems to load objects and the tree can be updated with

$ git merge directssh/master

For now I suspect that JGit does not fully support sending object packs for
shallow clients.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to