7 years ago 22eb897338 Stefan Sperling
restore DEBUG build
7 years ago d7d4f21047 Stefan Sperling
print errors returned from library
7 years ago 987e94ba2f Stefan Sperling
wrap long line
7 years ago 1b6b95a858 Stefan Sperling
add -h option (help)
7 years ago 46a0db7da0 Stefan Sperling
show a list of commands in usage()
7 years ago 6f3d1eb01f Stefan Sperling
make 'got log' accept a path to repository
7 years ago 8b90f09e6b Stefan Sperling
fix make install target if user name != group name
7 years ago f42b1b34c1 Stefan Sperling
implement the 'got log' command with got libraries
7 years ago f8352b2a84 Stefan Sperling
use pledge(2) in regression tests
7 years ago 23b19d00d9 Stefan Sperling
fix worktree test build: remove more unused variables
7 years ago 25783624d6 Stefan Sperling
use stricter CPPFLAGS from mpi
7 years ago 5c860e2997 Stefan Sperling
add got(1) command code from mpi
7 years ago 5166488913 Stefan Sperling
in got_worktree_checkout_files, init file index path before using
7 years ago e77c4c9f24 Stefan Sperling
remove base-commit meta file; this will move into the fileindex
7 years ago c34b20a267 Stefan Sperling
write file index after checking out files
7 years ago 9d31a1d8a4 Stefan Sperling
initial implementation of worktree checkout
7 years ago dc2404d9e5 Stefan Sperling
remove got_worktree_change_head() for now
7 years ago 35be1456d6 Stefan Sperling
implement got_worktree_get_head_ref_name()
7 years ago e559c32898 Stefan Sperling
refine file index data structures a bit more
7 years ago 32cb896c4b Stefan Sperling
rename library-private headers from *_priv.h to *_lib.h
7 years ago 78727e9157 Stefan Sperling
add missing function declarations
7 years ago c48c4a9c3b Stefan Sperling
implement fileindex entry open/close
7 years ago 5677e194b1 Stefan Sperling
rename got_zb_priv.h to got_zbuf_priv.h
7 years ago a76a38d94e Stefan Sperling
rename zb.c to zbuf.c
7 years ago c88eb29865 Stefan Sperling
rename worktree_root to root_path in struct worktree