Commits


don't forgot to free file index entries in got_fileindex_free()


switch file index entries from TAILQ to got_pathset


mark got_pathset iteration functions as safe


fix name of a constant in pathset.c


remove entry from file index after removing on-disk file, not before


whitespace


add another TODO item


stop trying to remove parents if a non-empty parent is traversed


KNF in pathset_test.c


properly remove empty directories left behind during updates


add got_pathset_for_each_reverse()


add got_pathset API which manages a tree of paths


remove unused definition of nitems()


add another todo item for tog


add a TODO file