Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > To do that, Git no longer looks forward for the '@{' corresponding to the > closing '}' but backward, and dwim_ref() as well as dwim_log() learnt > about the @{-<N>} notation. > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > > The modifications of dwim_ref() and dwim_log() are probably > more important than the issue I tried to fix... Good, so we can say things like: git log -g @{-1} git show-branch -g @{-1} with this? By the way, I noticed that without these patch series we show something when "git rev-parse --verify @{-1}" is asked for. What is it trying to show? -- 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