Commits


add tests for 'got clone' and 'got fetch'; requires 'ssh 127.0.0.1' to work


add a test for bug fixed in a0975128


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