From: Junio C Hamano Date: Sat, 14 Feb 2009 07:26:12 +0000 (-0800) Subject: Teach @{-1} to git merge X-Git-Tag: v1.6.2-rc1~10^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c9717ee97075bb333684fa2f63e9136c5f7d89bf?hp=c9717ee97075bb333684fa2f63e9136c5f7d89bf Teach @{-1} to git merge 1.6.2 will have @{-1} syntax advertised as "usable anywhere you can use a branch name". However, "git merge @{-1}" did not work. Signed-off-by: Junio C Hamano ---