Commits


ensure that 'got update' refuses to update staged files


ensure that 'got rebase' refuses to run with staged changes


ensure that 'got histedit' refuses to run while shanges are staged


reject staging of out-of-date files


handle conflicted files passed to 'got stage'


implement got diff -s


add basic stage support to 'got diff' + add 'got stage -l'


handle double-staging


make 'got revert' work with staged files


test 'got rm' behaviour on staged files


test how 'got add' interacts with staged files


make 'got status' indicate changes relative to staged files


show staged file status separately in 'got status'


report staged status via status callback


add initial stage test