]> git.ipfire.org Git - thirdparty/git.git/commit
t4066: compute index line in diffs
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 21 Dec 2019 19:49:18 +0000 (19:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 22:06:18 +0000 (14:06 -0800)
commit215b60bf079758405e4f396a2e68a00ec4d9e011
treec92bbad2f11b6cb8e60f4ab4a81d912a3d116d92
parent194264c185515c67feed1972b735162c38054dbe
t4066: compute index line in diffs

Since the object ID used in the index line will differ between different
algorithms, compute these values instead of hard-coding them.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4066-diff-emit-delay.sh