Junio C Hamano <junkio@xxxxxxx> wrote: > Shawn Pearce <spearce@xxxxxxxxxxx> writes: > > Although if you have reflog enabled on your current branch there > > is a 1 character shorter syntax: > > > > gitk HEAD@{1}.. > > Are you sure about this? I've seen "next@{1}" to look at > history of the named branch, but never history of "HEAD". Yes. :-) If the ref name is a symref then we resolve the symref all the way down to the real ref before we open and walk the reflog. Therefore this works. -- Shawn. - 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