Commit Briefs



Tracey Emery

move cmp_tags() into the library



Stefan Sperling

fix 'tog log -c' with tags






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>.