Commit Briefs

Stefan Sperling

parse remotes from gitconfig






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