Teach @{-1} to git merge
commitc9717ee97075bb333684fa2f63e9136c5f7d89bf
authorJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 07:26:12 +0000 (13 23:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 07:46:42 +0000 (13 23:46 -0800)
tree5adc2d2770b83a22020981cd389d1c171d1f3426
parent8415d5c7ef63237f6efab0c9aef0b0fdbcbfda25
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 <gitster@pobox.com>
builtin-merge.c
t/t0100-previous.sh