Commit Briefs



Neels Hofmeyr

remove a bunch of overly verbose debug



Neels Hofmeyr

add test020


Neels Hofmeyr

undup code to add result chunks


Neels Hofmeyr

add sanity assertions around adding result chunks

uncovers errors related to placing minus chunks above already added plus chunks.



Neels Hofmeyr

add test117



Neels Hofmeyr

remove stray blank line


Neels Hofmeyr

patience debug


Neels Hofmeyr

patience comments




Neels Hofmeyr

debug fix in diff_data_init_subsection


Neels Hofmeyr

debug: fix missing quote


Neels Hofmeyr

debug init subsection



Stefan Sperling

allow diff API users to atomize files separately

This is a breaking API change (not that we care about that at this point). This can avoid redundant work spent on atomizing a file multiple times. There are use cases where one particular file must be compared to other files over and over again, such as when blaming file history. The old API gave access to both versions of the file to the atomizer just in case a future atomizer implementation needs this. This can still be achieved by passing a second file via the atomizer's private data pointer.




Neels Hofmeyr

reflect ignore-whitespace in atom hash


Neels Hofmeyr

patience: use qsort