]> git.ipfire.org Git - thirdparty/git.git/commit
Add a "max_size" parameter to diff_delta()
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 26 Jun 2005 02:30:20 +0000 (19:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 26 Jun 2005 02:30:20 +0000 (19:30 -0700)
commit75c42d8cc3b42e4b82946848b8ba902b4bbcc38d
treef123aa0c4a72ab09eef8cd420d9bcf5391343666
parent78817c15de0dfb408d1e35a2f692f54dc51e80a3
Add a "max_size" parameter to diff_delta()

Anything that generates a delta to see if two objects are close usually
isn't interested in the delta ends up being bigger than some specified
size, and this allows us to stop delta generation early when that
happens.
delta.h
diff-delta.c
diffcore-break.c
diffcore-rename.c
mkdelta.c
pack-objects.c
test-delta.c