Commit Briefs


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@



178d3e7233 Tracey Emery

we will never have a previous link on the summary page


f75a37beb3 Tracey Emery

fix missed commit found check


5a91194068 Tracey Emery

fix a glaring logic error in navigation for commits, briefs, and tags.

now, we get the proper commit id from the tailq.