Commits


handle empty trees during 'import' and 'checkout'; spotted by sthen@


Show only whitelisted commit headers in 'got log' Generic way to deal with gpgsig header or extra headers added by some tools. All headers still available via 'got cat' ok stsp@


have got_object_parse_* check for zero-length input


make 'got cat' show raw log messages, i.e. leaving PGP sigs intact


properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)


strip Git GPG signatures from log messages


don't forget to do refcounting in got_object_tag_close()


fix build on OpenBSD/sparc64 (gcc)


get rid of an inline implementation of got_object_qid_free()


avoid dependency on delta.o in binaries which don't need it


disambiguate abbreviated object IDs based on object type


rename got_error_prefix_errno() to got_error_from_errno()


while (1) -> for (;;)


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


make got path APIs available to library consumers


more progress on generating new tree entries


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