user-manual: don't assume refs are stored under .git/refs
authorJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 10 Sep 2007 02:07:02 +0000 (22:07 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 23 Sep 2007 16:57:54 +0000 (12:57 -0400)
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 <bfields@citi.umich.edu>
No differences found