Commit Briefs


766841c297 Stefan Sperling

add -s option to 'got remove' which deletes files in a particular status

This makes it easy to deal with files that were deleted from disk by external tooling which modified the work tree. Such files are left in missing (!) status and can now be marked for deletion in bulk via 'got rm -s\! -R .' For consistency, modified (M) files can now be removed with 'got rm -s M' which implies 'got rm -f'. Prompted by feedback from krw@


b2118c49a1 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



5036ab18bf Stefan Sperling

make 'got update' skip conflicted files

ok millert@


7f47418fd4 Stefan Sperling

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

but warn users about the garbage collection problem


70e3e7f5a1 Tracey Emery

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

ok stsp



f2a9dc41d8 Tracey Emery

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

ok stsp




1ebedb77e0 Stefan Sperling

teach 'got commit' to tweak the executable bit of a file


2822a3526b Stefan Sperling

add 'got integrate' command



e620954619 Stefan Sperling

untie cancel callback declaration from the work tree