Commit Briefs

dfb54902d3 Stefan Sperling

wrap long lines


2acfca77da Stefan Sperling

don't forgot to close blobs after diffing them


84eb021e71 Stefan Sperling

show function prototypes in diff output


07ccb00b54 Stefan Sperling

be careful about NULL trees when diffing entries


c2c21d4603 Stefan Sperling

show 3 lines of context in file diffs



25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


32cb896c4b Stefan Sperling

rename library-private headers from *_priv.h to *_lib.h



59ece79d29 Stefan Sperling

make struct got_object_id opaque


f934cf2c63 Stefan Sperling

make struct got_blob_object opaque


eba5c6bb85 Stefan Sperling

repair blob diffing


7467195036 Stefan Sperling

add output file argument to got_diff_tree


eb651edf82 Stefan Sperling

more progress on reading packed/deltified objects


eef6493a8d Stefan Sperling

Make struct got_object opaque to users of the library


b107e67fba Stefan Sperling

Implement open() support for offset delta objects


a1fd68d829 Stefan Sperling

Extract non-deltified objects from pack files.


a3e2cbea87 Stefan Sperling

make tree diffing work


98abbc8404 Stefan Sperling

test tree diff (not yet working correctly)


013404a990 Stefan Sperling

add todo comment


2c56f2ce17 Stefan Sperling

implement diff_deleted_tree


9c70d4c367 Stefan Sperling

implement diff_added_tree


789689b5b9 Stefan Sperling

implement diff_modified_tree


c7020aea63 Stefan Sperling

increase buffer sizes for blob diffing


365fb43632 Stefan Sperling

implement diff_deleted_blob