Teach @{-1} to git merge
authorJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 07:26:12 +0000 (23:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 07:46:42 +0000 (23:46 -0800)
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 <gitster@pobox.com>
No differences found