author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 02:30:20 +0000 (19:30 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 02:30:20 +0000 (19:30 -0700) | ||
commit | 75c42d8cc3b42e4b82946848b8ba902b4bbcc38d | |
tree | f123aa0c4a72ab09eef8cd420d9bcf5391343666 | tree | snapshot |
parent | 78817c15de0dfb408d1e35a2f692f54dc51e80a3 | commit | diff |
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.
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 | blob | history | |
diff-delta.c | diff | blob | history | |
diffcore-break.c | diff | blob | history | |
diffcore-rename.c | diff | blob | history | |
mkdelta.c | diff | blob | history | |
pack-objects.c | diff | blob | history | |
test-delta.c | diff | blob | history |