Commits


cleanup.sh: use `rm -f' to avoid prompting, packfiles are now read-only ok stsp@


use test(1) -eq and -ne to compare integers, and reduce quoting This brings the rest of the regression test scripts in line with patch.sh.


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


prevent a race where 'gotadmin cleanup' deletes concurrently created objects


make 'got ref -d' print reference name and value like the new -X options do


display recovery steps in the lonely pack index error message


handle pack index files which lack a corresponding pack file ok millert


GOT_TEST_PACK=1 is incompatible with cleanup tests


add support for the preciousObjects Git extension to 'gotadmin cleanup'


ls -1 is a no-op when stdout is redirected to a file; pointed out by naddy


use posix = instead of ==; reminded by naddy


implement 'gotadmin cleanup'