From: Felipe Contreras Date: Tue, 7 May 2013 21:55:02 +0000 (-0500) Subject: tests: at-combinations: check ref names directly X-Git-Tag: v1.8.4-rc0~180^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c8a81e90acda9da55bae627928e80b04e98980fc?hp=c8a81e90acda9da55bae627928e80b04e98980fc tests: at-combinations: check ref names directly Some committishes might point to the same commit, but through a different ref, that's why it's better to check directly for the ref, rather than the commit message. We can do that by calling rev-parse --symbolic-full-name, and to differentiate the old from the new behavior we add an extra argument to the check() helper. Signed-off-by: Ramkumar Ramachandra Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano ---