On Monday 08 August 2005 11:55, Johannes Schindelin wrote: > Hi, > > On Mon, 8 Aug 2005, Josef Weidendorfer wrote: > > IMHO, $GIT_DIR/branches/ is really confusing. > > Hmmm... in $GIT_DIR/branches/ there are named references to remote > > (named) references. > > Not necessarily. The following is perfectly valid: > > echo "rsync://rsync.kernel.org/pub/scm/git/git.git > .git/branches/x > > It does not contain a named reference, just a host.
Not really. Your example defaults to the master head. It is perfectly valid (at least cogito usage), to have the reference appended as an anchor: echo "rsync://rsync.kernel.org/pub/scm/git/git.git#pu" > .git/branches/pu For lightweight remote tag, even a SHA1 as anchor should be possible. Josef > Ciao, > Dscho > > - > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html