author | Junio C Hamano <junkio@cox.net> | |
Tue, 9 May 2006 23:40:28 +0000 (16:40 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 9 May 2006 23:40:28 +0000 (16:40 -0700) |
* np/delta:
improve diff-delta with sparse and/or repetitive data
tiny optimization to diff-delta
replace adler32 with Rabin's polynomial in diff-delta
use delta index data when finding best delta matches
split the diff-delta interface
improve diff-delta with sparse and/or repetitive data
tiny optimization to diff-delta
replace adler32 with Rabin's polynomial in diff-delta
use delta index data when finding best delta matches
split the diff-delta interface
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
pack-objects.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
Simple merge
diff --cc pack-objects.c
Simple merge