Commits


refer to the dump stream's format as "bundle" rather than "dump"


fix copy-paste error in gotadmin.1 load section


unfold a line


gotadmin load: don't add a newline when listing refs the newline is only needed after the progress output, which is not present in the 'listing refs' case.


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


plug leak in got_fetch_pack error path set err and goto done instead of an early return that leaks various things. ok jrick


remove documentation of Got commands which cvg will not implement


remove the cvg ref command; we do not expect that users will need it ok jrick


fix makefile after .c rename


adjust the early intro section of cvg.1


rename cvg/got.c to cvg.c


Exclude cvg from release builds


Remove unused functions from cvg


Begin cvg


Copy got to cvg