Commit Briefs

92a684f463 Stefan Sperling

show progress during checkout


c09a553dff Stefan Sperling

add a 'got checkout' command


4847cca148 Stefan Sperling

make is_git_repo() check for a usable HEAD reference


4986b9d5fd Stefan Sperling

add support for opening bare repositories



22eb897338 Stefan Sperling

restore DEBUG build


d7d4f21047 Stefan Sperling

print errors returned from library


987e94ba2f Stefan Sperling

wrap long line


1b6b95a858 Stefan Sperling

add -h option (help)


46a0db7da0 Stefan Sperling

show a list of commands in usage()


6f3d1eb01f Stefan Sperling

make 'got log' accept a path to repository


8b90f09e6b Stefan Sperling

fix make install target if user name != group name


f42b1b34c1 Stefan Sperling

implement the 'got log' command with got libraries


f8352b2a84 Stefan Sperling

use pledge(2) in regression tests


23b19d00d9 Stefan Sperling

fix worktree test build: remove more unused variables


25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


5c860e2997 Stefan Sperling

add got(1) command code from mpi




c34b20a267 Stefan Sperling

write file index after checking out files


9d31a1d8a4 Stefan Sperling

initial implementation of worktree checkout


dc2404d9e5 Stefan Sperling

remove got_worktree_change_head() for now


35be1456d6 Stefan Sperling

implement got_worktree_get_head_ref_name()


e559c32898 Stefan Sperling

refine file index data structures a bit more


32cb896c4b Stefan Sperling

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