Re: [PATCH v2 2/2] Teach @{-1} to git merge
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:17
Johannes Schindelin [off-list ref] writes:
Hi, On Sun, 15 Feb 2009, Junio C Hamano wrote:quoted
Johannes Schindelin [off-list ref] writes:quoted
However, IMO there is a much worse issue lurking: people might want to _know_ what "@{-2}" would expand to, _without_ switching branches."git branch --history" anyone?For a moment, you had me convinced it already exists, and I only understood after "git grep history builtin-branch.c" came up empty. ;-)
$ git rev-parse --symbolic-full-name @{-24}
seem to work for this purpose ;-)