Commits


restore DEBUG build


print errors returned from library


wrap long line


add -h option (help)


show a list of commands in usage()


make 'got log' accept a path to repository


fix make install target if user name != group name


implement the 'got log' command with got libraries


use pledge(2) in regression tests


fix worktree test build: remove more unused variables


use stricter CPPFLAGS from mpi


add got(1) command code from mpi


in got_worktree_checkout_files, init file index path before using


remove base-commit meta file; this will move into the fileindex


write file index after checking out files


initial implementation of worktree checkout


remove got_worktree_change_head() for now


implement got_worktree_get_head_ref_name()


refine file index data structures a bit more


rename library-private headers from *_priv.h to *_lib.h


add missing function declarations


implement fileindex entry open/close


rename got_zb_priv.h to got_zbuf_priv.h


rename zb.c to zbuf.c


rename worktree_root to root_path in struct worktree