OSDN Git Service

Clean-up Geert's similarity fingerprint code.
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 08:32:39 +0000 (01:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 09:11:52 +0000 (02:11 -0700)
commitfd2bbdd2386ea0c558aba95711ef53c4552a6146
tree123139fc8921bf37fc1c2daa5a573550e74209cf
parent42b5c78845feb44f1d36eecad4c72336d5c2a9c5
Clean-up Geert's similarity fingerprint code.

This splits Geert's similarity fingerprint code into main
program and fingerprinting function.  The next step would be to
try using this in pack-objects.c::try_delta() -- which would be
a good evaluation.

Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
Makefile
gsimm.c [new file with mode: 0644]
gsimm.h [new file with mode: 0644]
rabinpoly.c [new file with mode: 0644]
rabinpoly.h [new file with mode: 0644]
test-gsimm.c [new file with mode: 0644]