]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/user-manual.txt
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)
commitfc74ecc12cd339c6d8abd1c363733e67eb50945c
tree45a19770d153ae44b3e73da8b67ade59c9129159
parent806ea701ce3624aa6a89648b6ca5d858703398cb
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 <bfields@citi.umich.edu>
Documentation/user-manual.txt