Commit Briefs

Stefan Sperling

Add a 'got info' command which displays work tree meta-data.

Remove the alias 'got in' for 'got init'. The 'in' alias was too close to either 'init' or 'info'. ok tracey, millert



Stefan Sperling

make 'got update' skip conflicted files

ok millert@


Stefan Sperling

make 'got checkout' and 'got update' work with read-only repositories

but warn users about the garbage collection problem


Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp



Tracey Emery

add -R option to 'got remove' for recursive deletion

ok stsp





Stefan Sperling

add 'got integrate' command




Stefan Sperling

implement 'revert -p'


Stefan Sperling

implement 'got unstage -p'



Stefan Sperling

add 'q' response to 'got stage -p'


Stefan Sperling

initial 'got stage -p' implementation


Stefan Sperling

initial 'got unstage' implementation


Stefan Sperling

pass staged blob ID to status callback


Stefan Sperling

report staged status via status callback




Stefan Sperling

implement got_worktree_stage_paths()