commit | fc74ecc12cd339c6d8abd1c363733e67eb50945c | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Sun Sep 09 22:07:02 2007 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Sun Sep 23 12:57:54 2007 -0400 |
tree | 45a19770d153ae44b3e73da8b67ade59c9129159 | |
parent | 806ea701ce3624aa6a89648b6ca5d858703398cb [diff] |
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>