Commit Briefs

df6221c7df Stefan Sperling

use a separate .cvg meta data directory for cvg(1) work trees

This prevents mixing the use of got and cvg clients in the same work tree. Avoids confusion going forward while cvg differentiates itself further. tog(1) and gotadmin(1) remain compatible with both work tree formats. These tools only read work trees to locate the corresponding repository.


5a6c61ae36 Christian Weisgerber

always report stat() error with path

ok stsp


8a00d20d5d Josh Rickmar

plug got_object_id leak in cmd_log()

backport of b161263abf48e69eb1f05028b633808dfe337357 to cvg


705cce7454 Stefan Sperling

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

ok jrick


24df9a282b Josh Rickmar

rename cvg/got.c to cvg.c