OSDN Git Service

test for '!' handling in rev-parse's named commits
authorWill Palmer <wmpalmer@gmail.com>
Sun, 10 Jan 2016 02:22:29 +0000 (19:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jan 2016 18:44:13 +0000 (10:44 -0800)
commit06b6b68ff943de9e5c2f537807c054cd536731d1
tree465dcced931a8d4f8a944e4e4855ecc38b6622ec
parent3d4a3ffe64162b45ae7c991fc60623ecb4678cfd
test for '!' handling in rev-parse's named commits

In anticipation of extending this behaviour, add tests verifying the
handling of exclamation marks when looking up a commit "by name".

Specifically, as documented: '<rev>^{/!Message}' should fail, as the '!'
prefix is reserved; while '<rev>^{!!Message}' should search for a commit
whose message contains the string "!Message".

Signed-off-by: Will Palmer <wmpalmer@gmail.com>
Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1511-rev-parse-caret.sh