Commit Briefs

7c69ea331a Omar Polo

bundle v3 read support (sha256)


c07f3a2880 Omar Polo

testsss typo fix


31b6093836 Omar Polo

generate got bundles v3 when in sha256 repos


e96f328f0a Omar Polo

testsss


a88edd346c Omar Polo

add object-format to gotadmin info


4af0f9d3cf Omar Polo

gotadmin init -t object-format


a5a5a156a9 Omar Polo

load: support bundle v3

The counterpart of generating v3 bundles is to load them.


5f3e316cff Omar Polo

generate bundles v3 when in sha256 repos

bundles v2 don't have a way to specify the object-format and so they can't work in sha256 mode; v3 adds a some "capabilities" so that it's possible to specify the object-format (and also other things that we aren't interested in actually.)


394b0db70a Omar Polo

support to create/index sha256 packfiles

in a few cases, an array of SHA1_DIGEST_LENGTH has been converted to a struct got_object_id to simplify the handling.


515d451f3a Omar Polo

create sha256 bare objects


36f93b25da Omar Polo

fileindex: improve unexpected object-format error message

suggested by stsp



d8d59ea5c6 Christian Weisgerber

simplify trim_obj_id(): replace echo|sed with expr(1)



b5f376b8e9 Omar Polo

regress: run gotadmin pack/cleanup -r instead of cd'ing

This way core files will be left in the current directory instead that in the test one that is going to be immediately removed.