On Mon, Nov 30, 2009 at 11:38:36AM +0800, ayiehere@xxxxxxxxx wrote: > DESCRIPTION > ----------- > This script is included in various scripts to supply > -routines to parse files under $GIT_DIR/remotes/ and > +routines to parse files under $GIT_DIR/refs/remotes/ and > $GIT_DIR/branches/ and configuration variables that are related > to fetching, pulling and pushing. Er, what? $GIT_DIR/remotes/ and $GIT_DIR/refs/remotes/ are not even remotely the same thing. The former holds information about how to contact remotes (but that information is usually held in the config file these days). The latter holds any tracking refs we have fetched from the remotes. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html