Commit Briefs


18f4293943 Stefan Sperling

show blob headers in diffs for added/deleted files


adacb96fd8 Stefan Sperling

show commit timestamps in diff headers


13c729f710 Stefan Sperling

eliminate got_object_open() round-trip when opening trees


c1124f1898 Stefan Sperling

don't show a colon after 'commit' in tog


8524ff9ab3 Stefan Sperling

don't clean up twice in start_pack_privsep_child()


711fb6e8a4 Stefan Sperling

de-duplicate some code I copied around in object.c



6e72e6a3bf Stefan Sperling

there's no point in embedding the object header in commits



4c838a52b0 Stefan Sperling

fix message of GOT_ERR_PRIVSEP_MSG error


4796fb1383 Stefan Sperling

pass object ID to open_loose_object() instead of an object


7b39052690 Stefan Sperling

document UTF-8 API functions


5a3026e52b Stefan Sperling

remove obsolete statements from API docs


ddf1c73491 Stefan Sperling

make got_object_blob_id_str() a private API