From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:01
quoted
quoted
quoted
quoted
"MS" == Marc Singer [off-list ref] writes:
MS> I gather that the approved solution is to have complete replicas of
MS> the git master from Linus for each line of development.
Either symlink .git/objects together, or GIT_OBJECT_DIRECTORY
environment variable point at a shared repository, and just do
not run git-prune-script and you will be fine.