Junio C Hamano <junkio@cox.net> writes: > Andy Parkins <andyparkins@gmail.com> writes: > >> On Wednesday 2006, October 25 19:38, Junio C Hamano wrote: >> >>> > I did try that, but then the branches don't appear in git branch. I >>> > still like that they exist. >>> >>> "git branch -r" perhaps. >> >> That's pretty good. It makes things like >> >> git-log remotes/origin/master..master >> >> A bit long winded, but it's certainly what I asked for. > > "git log remotes/origin..master" perhaps? > > The point being, remotes/origin when origin is a directory that > has HEAD that points at something, it stands for > remotes/origin/HEAD. Heh, I spoke too fast. "git log origin..master" If you do not have none of .git/origin, .git/refs/origin, .git/refs/tags/origin, .git/refs/heads/origin, nor .git/refs/remotes/origin, then .git/refs/remotes/origin/HEAD is what "origin" means (see get_sha1_basic() in sha1_name.c). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Oct 26 08:20:26 2006
This archive was generated by hypermail 2.1.8 : 2006-10-26 08:23:58 EST