Commit Briefs



1124fe406f Stefan Sperling

handle pack index files which lack a corresponding pack file

ok millert




c294a75815 Stefan Sperling

GOT_TEST_PACK=1 is incompatible with cleanup tests



9614da0def Stefan Sperling

avoid searching the pack index twice in 'gotadmin cleanup'







854ca8a009 Stefan Sperling

use posix = instead of ==; reminded by naddy


d4445ca538 Stefan Sperling

fix copy-paste error in 'gotadmin cleanup' man page section

spotted by naddy


4b2e47fbbe Stefan Sperling

fix memory leak in error path of load_commit_or_tag()


b3d68e7f99 Stefan Sperling

implement 'gotadmin cleanup'


8775a682f9 Christian Weisgerber

use POSIX [ s1 = s2 ] syntax instead of [ s1 == s2 ]







a769b60bb7 Stefan Sperling

fix a bug where files skipped by 'got update' could not be updated again

ok semarie@