Commit Briefs

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


15a949835c Stefan Sperling

remove struct got_object from public library API


5767055949 Stefan Sperling

prevent crash in error path via tog's stop_blame()


450eaa8b14 Stefan Sperling

typos


2df4e4ff8d Stefan Sperling

mention that commit timestamps are UTC in API docs


45d799e224 Stefan Sperling

make commit objects opaque in the library's API


56765ebba6 Stefan Sperling

remove colon from diff header


abd2672ad5 Stefan Sperling

move commit header printing in diffs out of the library


0f2b3dca33 Stefan Sperling

show diffed commit IDs in 'got log -p' output


a9a46275fa Stefan Sperling

show IDs of commits being compared in 'got diff'



e52d343e4d Stefan Sperling

make 'got log' show the number of lines in a log message


06ca4d0918 Stefan Sperling

stop history traversal once blame has annotated all lines


6fcac4576a Stefan Sperling

store number of lines in int instead of size_t