author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 17 Jan 2009 18:08:12 +0000 (19:08 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Jan 2009 00:36:34 +0000 (16:36 -0800) | ||
commit | aa9c55b66719c86896d134d35de8c263c078a481 | |
tree | 3a979a00c3fa6b01d594c4039eaf337980ab8e80 | tree | snapshot |
parent | c2883e62f5b9980e5402431f2261c961354d0f15 | commit | diff |
Fix parsing of @{-1}@{1}
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@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c | diff | blob | history | |
t/t1505-rev-parse-last.sh | diff | blob | history |