Commits


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