Commits


run the tog tests as part of the default regress set ok and README update by jamsek


have 'make clean' traverse into regress/gotd in order to remove gotd.conf


regress: fix test failures using date(1) This patch fixes test failures related the date(1) utility. In the long term we could add a wrapper function to detect valid options for date(1) and use the variant which works on the current OS. For now, this makes some tests pass and shows us where the problems are. OK thomas.adam


add a simple deltify test


tweak parse_uri() function, declare it as public API, and add a test for it


retire C tests which depended on Got's own Git repository to run


add a test for got_compare_paths()


remove the pathset abstraction again; replaced by RB tree


add got_pathset API which manages a tree of paths


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


add a Makefile hierarchy which builds the whole show