commit - b1070299c09ffe25e6eb25e15362db4631a32910
commit + 65e084af3aa8d4ce75988afb7dfd7a9e5855a62f
blob - 2c03554ea5338a9813e8d4bacde3d2288cb35df5
blob + 58ac3edf910a5e2bbe7786b68cfc1b65c8d3abbf
--- diff_atomize_text.c
+++ diff_atomize_text.c
const uint8_t *end = pos + d->len;
unsigned int array_size_estimate = d->len / 50;
unsigned int pow2 = 1;
- enum diff_rc rc;
while (array_size_estimate >>= 1)
pow2++;
blob - 9a8de62f2e2de8500b8a6496d8353f15dd3b11c5
blob + 857dd3394f3d1a0292a8c3cc3179c386410e2add
--- diff_patience.c
+++ diff_patience.c
debug("iteration %u left_pos %u left_idx %u right_pos %u right_idx %u\n",
i, left_pos, left_idx, right_pos, right_idx);
-
- struct diff_chunk *chunk;
/* Section before the matching atom */
struct diff_atom *left_atom = &left->atoms.head[left_pos];