Commit Briefs

Stefan Sperling

fix staging of multiple files with -p

ok semarie







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






Stefan Sperling

detect and ignore Git submodules




Sebastien Marie

make 'got revert' to ignore unversioned files instead of aborting with 'bad path'

and add a regress to check the revert isn't aborted anymore


Stefan Sperling

strip Git GPG signatures from log messages