Commits


make parse_tree_entry() require a mode field


bump copyright year in object_parse.c


fix more unbound string searches in object_parse.c


remove unused variable in got_object_parse_header()


don't use unbound strlen() while parsing objects


rename got_zstream_* to got_inflate_*


move declaration of object labels to got_lib_object.h


rename "object tags" to "labels" to avoid confusion with tag objects


use path lists to sort dirent, tree object, and file index entries


Support tags in Linux git repo which do not carry name of tagger.


wrap another long line


there's no point in embedding the object header in commits


eliminate got_object_open() round-trip when opening commits


remove struct got_object from public library API


make commit objects opaque in the library's API