Commit Briefs

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


33aa809d4f Stefan Sperling

implement 'revert -p'


2e1f37b029 Stefan Sperling

implement 'got unstage -p'


a7c9878d5b Stefan Sperling

make stage -p show the number of changes in a file


b353a198c5 Stefan Sperling

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


dc424a06a9 Stefan Sperling

initial 'got stage -p' implementation


ad493afcc0 Stefan Sperling

initial 'got unstage' implementation


537ac44b6c Stefan Sperling

pass staged blob ID to status callback


88d0e355ca Stefan Sperling

report staged status via status callback


1e71573ed6 Stefan Sperling

make stage worktree API look more like the one for 'add'



0cb83759ff Stefan Sperling

implement got_worktree_stage_paths()


5c1e53bc72 Stefan Sperling

add support for multiple path arguments to 'got commit'



f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments


72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'