Commit Briefs

Thomas Adam

portable: enable cvg


Thomas Adam

portable: enable 'gotadmin load'

Add new .c files to gotadmin's Makefile, and add the standard got_compat.h wrapper.


Thomas Adam

add an initial implementation of gotadmin load

it is intended to be the counterpart of `gotadmin dump' and, just like it, there's planned support for handling fast-import stream. At the moment it only deals with git bundles. ok stsp