Commit Briefs






Stefan Sperling

add 'got integrate' command




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

fix indentation in lib/worktree.c