Commit Briefs



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


d24820bf83 Stefan Sperling

add support for tag objects to 'got diff'


303e2782e0 Stefan Sperling

add support for tags to -c options of some got commands


e4167f3067 Stefan Sperling

ignore missing objects/pack dir in match_packed_object()


987345dd45 Stefan Sperling

remove unused variable found in write_tree()



62550b1381 Stefan Sperling

fix path in got_repo_open() error message