Commit Briefs

b7eff1274c Thomas Adam

portable: enable cvg


8b8a0f1e24 Thomas Adam

portable: enable 'gotadmin load'

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


90afc9f356 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