Commit Briefs

joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)



Stefan Sperling

fix -r option of 'got log'





joshua stein

got: remove trailing slash from worktree_path

avoids a double slash when building a path in got_worktree_init



Stefan Sperling

update commit command's description


Stefan Sperling

fix usage_commit()


Stefan Sperling

require GOT_AUTHOR environment variable


Stefan Sperling

report commit item status


Stefan Sperling

write commit objects


Stefan Sperling

WIP commit implementation




Stefan Sperling

add initial implementation of 'got revert'




Stefan Sperling

unveil repository path in 'got rm'


Stefan Sperling

add a basic implementation of 'got rm'



Stefan Sperling

implement a basic 'got add' command