Commit Briefs

a7403916a5 Stefan Sperling

wrap overlong line


aea5f015fd Stefan Sperling

drop dead code from got_privsep_send_obj_req()


9f2369b01b Stefan Sperling

make all the read_privsep functions local to object.c


ebc55e2dfc Stefan Sperling

eliminate got_object_open() round-trip when opening blobs



268f7291e6 Stefan Sperling

eliminate got_object_open() round-trip when opening tags


0de8fe289f Stefan Sperling

make repos regress tests pass again



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


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