Code

diffcore-delta.c: update the comment on the algorithm.
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Jun 2007 06:11:40 +0000 (23:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Jul 2007 03:51:31 +0000 (20:51 -0700)
commitaf3abef94af9c821a0c192c693c3e5342ab8729f
tree6bb78aa5ea7806078487e16ef55d03d3f042495c
parent706098af6b53403b5ea3db9216fb99afbe06f52d
diffcore-delta.c: update the comment on the algorithm.

The comment at the top of the file described an old algorithm
that was neutral to text/binary differences (it hashed sliding
window of N-byte sequences and counted overlaps), but long time
ago we switched to a new heuristics that are more suitable for
line oriented (read: text) files that are much faster.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-delta.c