From: Ramkumar Ramachandra Date: Tue, 7 May 2013 21:55:05 +0000 (-0500) Subject: tests: at-combinations: @{N} versus HEAD@{N} X-Git-Tag: v1.8.4-rc0~180^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/723b74ee3e09bfb19b43218da19c52f805bb69ae?hp=723b74ee3e09bfb19b43218da19c52f805bb69ae 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 Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano ---