Commits


require GOT_AUTHOR environment variable


report commit item status


write commit objects


WIP commit implementation


add support for partial updates, which affect specific paths only


scan for git repository before applying unveil(2)


add initial implementation of 'got revert'


make 'got status' detect and indicate merge conflict markers


make got_worktree_schedule_add() report 'added' via status_cb


unveil repository path in 'got rm'


add a basic implementation of 'got rm'


trim leading whitespace from command descriptions


implement a basic 'got add' command


prevent free with bogus pointer in 'got log' error path


fix 'got log PATH' in a bare git repository; broken by previous