summaryrefslogtreecommitdiff
path: root/delta.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-12 16:42:38 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-12 16:42:38 -0800
commitc7a45bd20e4ec141fdc15f36d261a45d51d95693 (patch)
tree906269c34cada1b3028d3f4013bae3a595d20625 /delta.h
parent44db136cad84c003506e231a38935ca6acba4d7d (diff)
downloadgit-c7a45bd20e4ec141fdc15f36d261a45d51d95693.tar.gz
Revert "diff-delta.c: allow delta with empty blob."
This reverts 962537a3eb03a118cf27d9d0da365a3216ed1caa commit to play safe.
Diffstat (limited to 'delta.h')
-rw-r--r--delta.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/delta.h b/delta.h
index c6a476353f..31d1820f80 100644
--- a/delta.h
+++ b/delta.h
@@ -9,8 +9,8 @@ extern void *patch_delta(void *src_buf, unsigned long src_size,
void *delta_buf, unsigned long delta_size,
unsigned long *dst_size);
-/* the smallest possible delta size is 2 bytes (empty to empty) */
-#define DELTA_SIZE_MIN 2
+/* the smallest possible delta size is 4 bytes */
+#define DELTA_SIZE_MIN 4
/*
* This must be called twice on the delta data buffer, first to get the