author | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Feb 2009 07:26:12 +0000 (23:26 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Feb 2009 07:46:42 +0000 (23:46 -0800) | ||
commit | c9717ee97075bb333684fa2f63e9136c5f7d89bf | |
tree | 5adc2d2770b83a22020981cd389d1c171d1f3426 | tree | snapshot |
parent | 8415d5c7ef63237f6efab0c9aef0b0fdbcbfda25 | commit | diff |
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>
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 | diff | blob | history | |
t/t0100-previous.sh | diff | blob | history |