tests: at-combinations: @{N} versus HEAD@{N}
commit723b74ee3e09bfb19b43218da19c52f805bb69ae
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 7 May 2013 21:55:05 +0000 (7 16:55 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2013 16:15:37 +0000 (8 09:15 -0700)
tree741a76602eafe13c736bd2a8a4bd93ad247ce4e1
parentf58dc19e571bea9b7b079041198c21ec15ac3cea
tests: at-combinations: @{N} versus HEAD@{N}

All the tests so far check that @{N} is the same as HEAD@{N} (for
positive N). However, this is not always the case; write a couple of
tests for this.

[fc: simplify some wording]

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1508-at-combinations.sh