]> git.ipfire.org Git - thirdparty/git.git/commit
Add deltifier test.
authorJunio C Hamano <junkio@cox.net>
Mon, 12 Dec 2005 20:28:34 +0000 (12:28 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 12 Dec 2005 20:57:25 +0000 (12:57 -0800)
commite726715a52e25d8035c89d4ea09398599610737e
tree7951b21bec4120db31c693f8491e62e3908e690c
parentd28c8af623b0d15740c2af0106d8e2bf54a3ac52
Add deltifier test.

This test kicks in only if you built test-delta executable, and
makes sure that the basic delta routine is working properly even
on empty files.

This commit is to make sure we have a test to catch the
breakage.  The delitifier code is still broken, which will be
fixed with the next commit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t0001-delta.sh [new file with mode: 0755]
test-delta.c