Commit Briefs


Stefan Sperling

Add missing includes for time() and ctime()

These headers were implicitly used on OpenBSD, but building on Linux revealed that <time.h> wasn't included directly. diffreg.c uses ctime(), which additionally needs <sys/types.h>.


Hiltjo Posthuma

check calloc() for NULL return value










Stefan Sperling

add support for tag objects to 'got diff'






Stefan Sperling

fix path in got_repo_open() error message



Stefan Sperling

initial 'got import' implementation







Stefan Sperling

put error checks in right order