Commits


more wording tweaks in git-repository(5)


fix documentation of .git/branches/ directory


wording tweak in got(1) man page


mark-up tweak in got(1) man page


remove mission statement from got(1) man page


typo in got(1) man page


document the new A and D status codes for 'got status'


typos and wording fixes in git-repository(5)


various tweaks and additions to git-repository(5) man page


typo fix in got-worktree(5)


mention got-worktree(5) in the README file


start documenting the got's work tree format


add TODO items for 'got add' and 'got rm'


make got_worktree_schedule_add() report 'added' via status_cb


unveil repository path in 'got rm'


add a basic implementation of 'got rm'


use correct diff header label for deletion in got_diff_blob_file()


trim leading whitespace from command descriptions


ironically I forgot to add 'add' regression tests in previous commmit


implement a basic 'got add' command


return relative paths from got_path_skip_common_ancestor()


init output argument of got_path_skip_common_ancestor()


allow file index entries without blobs and/or commits


make file index flags private to fileindex.c


renmae GOT_FILEIDX_F_NOT_ON_DISK to GOT_FILEIDX_F_NOT_FLUSHED