mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
reject @{-1} not at beginning of object name
Something like foo@{-1} is nonsensical, as the @{-N} syntax
is reserved for "the Nth last branch", and is not an actual
reflog selector. We should not feed such nonsense to
approxidate at all.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
d46a830193
commit
12a258c078
@@ -45,7 +45,7 @@ check "@{u}" upstream-two
|
||||
check "@{u}@{1}" upstream-one
|
||||
check "@{-1}@{u}" master-two
|
||||
check "@{-1}@{u}@{1}" master-one
|
||||
fail nonsense "@{u}@{-1}"
|
||||
nonsense "@{u}@{-1}"
|
||||
nonsense "@{1}@{u}"
|
||||
|
||||
test_done
|
||||
|
||||
Reference in New Issue
Block a user