Commits


strip trailing slashes from more paths passed by command line


fix -r option of 'got log'


introduce got_path_strip_trailing_slashes()


fix checkout to non-existing directories in parents other than /tmp


strip all trailing slashes from work tree path, not just first one


got: remove trailing slash from worktree_path avoids a double slash when building a path in got_worktree_init


stop caching head ref's value in struct got_worktree; may become stale


update commit command's description


fix usage_commit()


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)