Commits


use author name/email from ~/.gitconfig if GOT_AUTHOR is not set


fix indentation in lib/worktree.c


make 'got status' ignore inaccessible directories (reported by semarie)


fix modified files not shown by 'got status' after committing staged changes


fix NULL deref in got_error_from_errno via got_error_uuid (found by jasper)


fix possible use-after-free in got_worktree_close()


detect and ignore Git submodules


indicate non-existent paths in 'got status' and make 'got diff' error for them


untie cancel callback declaration from the work tree


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


strip Git GPG signatures from log messages


include <limits.h> instead of <sys/limits.h>; patch by Thomas Klausner


fix bug where 'revert -p' would delete all lines following a reverted change


fix build on OpenBSD/sparc64 (gcc)


make 'got status' find top-level .cvsignore when invoked from a subdir