6 years ago 5415655556 Stefan Sperling
undo commit timestamps next to paths in diffs; they are redundant
6 years ago 18f4293943 Stefan Sperling
show blob headers in diffs for added/deleted files
6 years ago adacb96fd8 Stefan Sperling
show commit timestamps in diff headers
6 years ago 13c729f710 Stefan Sperling
eliminate got_object_open() round-trip when opening trees
6 years ago c1124f1898 Stefan Sperling
don't show a colon after 'commit' in tog
6 years ago 8524ff9ab3 Stefan Sperling
don't clean up twice in start_pack_privsep_child()
6 years ago 711fb6e8a4 Stefan Sperling
de-duplicate some code I copied around in object.c
6 years ago a158c90155 Stefan Sperling
make all the _packed_read_privsep() functions local to object.c
6 years ago 6e72e6a3bf Stefan Sperling
there's no point in embedding the object header in commits
6 years ago 1785f84a3a Stefan Sperling
eliminate got_object_open() round-trip when opening commits
6 years ago 4c838a52b0 Stefan Sperling
fix message of GOT_ERR_PRIVSEP_MSG error
6 years ago 4796fb1383 Stefan Sperling
pass object ID to open_loose_object() instead of an object
6 years ago 7b39052690 Stefan Sperling
document UTF-8 API functions
6 years ago 5a3026e52b Stefan Sperling
remove obsolete statements from API docs
6 years ago ddf1c73491 Stefan Sperling
make got_object_blob_id_str() a private API
6 years ago 15a949835c Stefan Sperling
remove struct got_object from public library API
6 years ago 5767055949 Stefan Sperling
prevent crash in error path via tog's stop_blame()
6 years ago 450eaa8b14 Stefan Sperling
typos
6 years ago 2df4e4ff8d Stefan Sperling
mention that commit timestamps are UTC in API docs
6 years ago 45d799e224 Stefan Sperling
make commit objects opaque in the library's API
6 years ago 56765ebba6 Stefan Sperling
remove colon from diff header
6 years ago abd2672ad5 Stefan Sperling
move commit header printing in diffs out of the library
6 years ago 0f2b3dca33 Stefan Sperling
show diffed commit IDs in 'got log -p' output
6 years ago a9a46275fa Stefan Sperling
show IDs of commits being compared in 'got diff'
6 years ago 33d869be77 Stefan Sperling
undo previous; indentation is enough to avoid parsing problems