From: Junio C Hamano Date: Mon, 21 Nov 2005 21:42:55 +0000 (-0800) Subject: tutorial: setting up a tree for subsystem maintainers X-Git-Tag: v0.99.9k^2~37 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aa7f412abf605d824c7f72dbfaedd27d5429a025?hp=aa7f412abf605d824c7f72dbfaedd27d5429a025 tutorial: setting up a tree for subsystem maintainers The "copying over packs" step is to prevent the objects available in upstream repository to get expanted in the subsystem maintainer tree, and is still valid if the upstream repository do not live on the same machine. But if they are on the same machine using objects/info/alternates is cleaner. Signed-off-by: Junio C Hamano ---