Commit Briefs

13bfb272d5 joshua stein

got: remove trailing slash from worktree_path

avoids a double slash when building a path in got_worktree_init



5501382f68 Stefan Sperling

update commit command's description


c6fc0acd8e Stefan Sperling

fix usage_commit()


35bd8fed48 Stefan Sperling

require GOT_AUTHOR environment variable


afa376bfb3 Stefan Sperling

report commit item status


de18fc635c Stefan Sperling

write commit objects


c429614457 Stefan Sperling

WIP commit implementation



c02c541e86 Stefan Sperling

scan for git repository before applying unveil(2)


a129376b6f Stefan Sperling

add initial implementation of 'got revert'




c225364401 Stefan Sperling

unveil repository path in 'got rm'


2ec1f75bbb Stefan Sperling

add a basic implementation of 'got rm'


a67e2392ea Stefan Sperling

trim leading whitespace from command descriptions


d00136be11 Stefan Sperling

implement a basic 'got add' command


1b3893a25b Stefan Sperling

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



6c7ab9213e Stefan Sperling

introduce got_worktree_resolve_path()



e0b573502e Stefan Sperling

'got ref -l' can do without cpath and fattr pledges



9743083996 Stefan Sperling

'got update' also needs repo write access now


0cd1c46a9e Stefan Sperling

create references to base commits of got worktrees