From: J. Bruce Fields Date: Mon, 10 Sep 2007 02:07:02 +0000 (-0400) Subject: user-manual: don't assume refs are stored under .git/refs X-Git-Tag: v1.5.3.3~16^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fc74ecc12cd339c6d8abd1c363733e67eb50945c?ds=inline;hp=fc74ecc12cd339c6d8abd1c363733e67eb50945c user-manual: don't assume refs are stored under .git/refs The scripts taken from Tony Luck's howto assume all refs can be found under .git/refs, but this is not necessarily true, especially since git-gc runs git-pack-refs. Also add a note warning of this in the chapter that introduces refs, and fix the same incorrect assumption in one other spot. Signed-off-by: J. Bruce Fields ---