Commits


show function prototypes in diff output


be careful about NULL trees when diffing entries


show 3 lines of context in file diffs


rename the library-internal headers again to a common prefix


use stricter CPPFLAGS from mpi


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


rename private header filenames so they are in got_ namespace


make struct got_object_id opaque


make struct got_blob_object opaque


repair blob diffing


add output file argument to got_diff_tree


more progress on reading packed/deltified objects


Make struct got_object opaque to users of the library


Implement open() support for offset delta objects


Extract non-deltified objects from pack files.


make tree diffing work


test tree diff (not yet working correctly)


add todo comment


implement diff_deleted_tree


implement diff_added_tree


implement diff_modified_tree


increase buffer sizes for blob diffing


implement diff_deleted_blob


handle fdopen() failure in opentemp()


pass output file to diffreg