Commit Briefs


e83c06347d Stefan Sperling

remove pointless cwd checking from got_repo_map_path()


d1f166363b Stefan Sperling

move got_repo_cmp_tags() to got_ref_cmp_tags()


2ddd470150 Tracey Emery

move cmp_tags() into the library



7a1d6b72b6 Stefan Sperling

fix 'tog log -c' with tags




5aa813935b Stefan Sperling

add copyright year for files already touched in 2020



cd95becd3d Stefan Sperling

parse remotes from gitconfig


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array





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


d6fca0ba38 Hiltjo Posthuma

check calloc() for NULL return value





f2db9c479f Stefan Sperling

don't mask "not a git repo" errors in got_repo_open()





e620954619 Stefan Sperling

untie cancel callback declaration from the work tree