Commits


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