Commits


portable: enable cvg


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


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