test combinations of @{} syntax
commit42cab601cfd0364c57434f90c6ba66a1ccb179ec
authorJeff King <peff@peff.net>
Thu, 28 Jan 2010 09:50:20 +0000 (28 04:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2010 20:12:36 +0000 (28 12:12 -0800)
tree41a63ca0c6c558c99763f4ad8d5d2b08e6ccd261
parentaf86debc8620006702ef217d5b7687b300c75104
test combinations of @{} syntax

Now that we have several different types of @{} syntax, it
is a good idea to test them together, which reveals some
failures.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1508-at-combinations.sh [new file with mode: 0755]