Commits


replace ksh syntax with POSIX arithmetic expressions ok kn stsp


switch function declarations from Korn shell to Bourne/POSIX shell syntax ok stsp


add a -q option to tests for quiet output and use it for 'make regress' Previous default output remains when test cases are run individually. ok tracey


add symlink support to 'got import'


add submodule tests ok semarie


add a test for rebase file index corruption problem fix in previous commit ok tracey


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


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