Commit Briefs

180f111d56 Thomas Adam

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


8704c7cea5 Stefan Sperling

add a simple deltify test




1c11b35cd6 Stefan Sperling

add a test for got_compare_paths()


25a58941e2 Stefan Sperling

remove the pathset abstraction again; replaced by RB tree


aaa0878e4d Stefan Sperling

add got_pathset API which manages a tree of paths



079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show