Commit Briefs

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



998ff57f4f Stefan Sperling

make advance_branch() search the smaller id set first


9f57848c05 Stefan Sperling

remove unnecessary graph search in advance_branch()


81a966c019 Stefan Sperling

whitespace


b7cd37e556 Stefan Sperling

eliminate strlen() in got_object_id_by_path()


3b7f9878a3 Stefan Sperling

eliminate strlen() call in got_object_tree_path_changed()



7a62478bb7 Stefan Sperling

remove some unused cruft from commit graph



7310c1c396 Stefan Sperling

don't open tree unnecessarily in detect_changed_path()