Re: pack count on repo.or.cz
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:16
Jeff King [off-list ref] writes:
Though an even simpler solution, since you control all of the repos, is to just temporarily add references from the "parent" of the fork to every ref of every forked child. Then do the repack in the parent, which should then contain all of the objects for all of the children, delete the temporary references, and prune in the children (who should see most of their objects now in the parent).
Hmm, I am slightly worried about doing so might defeat the whole point of making the sample repository a separate one from git.git hosted there. The reason it is not a branch in git.git is because I did not want to contaminate the official git.git repository with commit objects in tree objects (aka gitlinks); it would deny access to clients older than 1.5.2.