Commits


add copyright year for files already touched in 2020


make it possible to run regress tests with packed repositories


initial implementation of 'got tag' command


initial 'got cat' implementation


attribute commits created with git(1) in test suite to Flan Hacker


make 'got blame' show dates at which lines were last modified


make 'got blame' show committer names


add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default


use a fake persona for GOT_AUTHOR; git can get confused by 'Charlie &'


initial 'got import' implementation


show xfail test result before running 'git fsck'


run 'git fsck' after every cmdline test


initial 'got rebase' implementation


allow 'got cherrypick' with a root commit (adds all files in commit)


allow cmdline tests to report test result 'xfail' (expected failure)


run tests with MALLOC_OPTIONS=S


revert previous


fix tree_entry_dup error path


make GOT_AUTHOR available to all cmdline tests


fix bug where update forgot to create a parent directory


make 'got update' remove files which were deleted


make successful cmdline test output match that of other tests


print new base commit ID when update is done


add a command line test suite with a simple 'got checkout' test