Commit Briefs

a129376b6f Stefan Sperling

add initial implementation of 'got revert'


6c34b1aaf4 Stefan Sperling

whitespace formatting fixes in include/


fb43ecf150 Stefan Sperling

check for errors from fclose()


0bd18d379f Stefan Sperling

add potentially useful helpers for tag objects and refs


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


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


6fcac4576a Stefan Sperling

store number of lines in int instead of size_t



984e8a45c4 Stefan Sperling

implement object idset with a red-black tree


ccb26ccd3c Stefan Sperling

avoid a call to mktime() in commit graph's add_node()


31cedeafaf Stefan Sperling

add path filtering support to commit graph





dbc6a6b63b Stefan Sperling

allow going back to previously blamed commits in tog blame


84451b3ef7 Stefan Sperling

implement incremental blame display for tog


883f046994 Stefan Sperling

make struct got_tree_object opaque


1943de0147 Stefan Sperling

add a commit cache as well


f6be5c308a Stefan Sperling

add a tree object cache to struct got_repository


a19581a24b Stefan Sperling

implement got_object_open_as_blob()


35e9ba5d1c Stefan Sperling

introduce got_object_blob_dump_to_file()