Commits


add -R option to 'got add' for recursive addition (patch by Tracey Emery)


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


add 'got integrate' command


indicate non-existent paths in 'got status' and make 'got diff' error for them


untie cancel callback declaration from the work tree


implement 'revert -p'


implement 'got unstage -p'


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


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


initial 'got stage -p' implementation


initial 'got unstage' implementation


pass staged blob ID to status callback


report staged status via status callback


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


provide a way for API users to override staged file content