Commit Briefs

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()


ce95c694d0 Stefan Sperling

remove unreachable code



9b88e78ce7 Stefan Sperling

don't add duplicates to commit graph's open branches set


d2c2d78192 Stefan Sperling

fix comparison of parents content in advance_branch()