Commit Briefs

df2871d297 Stefan Sperling

make amount of diff context configurable at API level


2ff12563f8 Stefan Sperling

fix 'make PROFILE=1' build


405a764ee6 Stefan Sperling

don't display blob IDs twice when diffing blobs directly


3b8ef1a831 Stefan Sperling

tweak diff output and adjust test expectations accordingly


8f97f26169 Stefan Sperling

show blob IDs in diffs again and make repository test pass


f6861a8122 Stefan Sperling

display file paths in diffs instead of blob SHA1s


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)


883f046994 Stefan Sperling

make struct got_tree_object opaque



511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog


2178c42edf Stefan Sperling

read object headers with privsep


5261c20130 Stefan Sperling

rename 'refs' to 'reference'


5a83d54eba Stefan Sperling

verify diff output in blob diff test



f78ec441a9 Stefan Sperling

fix memleak in test helper function print_tree_object()


f8352b2a84 Stefan Sperling

use pledge(2) in regression tests


25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


ff3eb0f20c Stefan Sperling

fix repos path argument processing in repository_test


03c6739cb3 Stefan Sperling

move got_sha1.h to private lib directory


80f0eb00bf Stefan Sperling

public API is now independent of sha1.h and zlib.h


ef0981d5bf Stefan Sperling

make length of id string an implementation detail



59ece79d29 Stefan Sperling

make struct got_object_id opaque


f934cf2c63 Stefan Sperling

make struct got_blob_object opaque


354a7e122f Stefan Sperling

make diff tests silent by default