5 years ago 9bc94a15e3 Stefan Sperling
unstage: report new current status for deleted unstaged paths
5 years ago ad493afcc0 Stefan Sperling
initial 'got unstage' implementation
5 years ago 9c5c5eedac Stefan Sperling
fix missing ret assignment in test_double_stage
5 years ago 5f8a88c62b Stefan Sperling
make 'got commit' work with changed stanges
5 years ago f0b7540102 Stefan Sperling
fix out-of-date check regression; only commit staged files after 'got stage'
5 years ago a76c42e670 Stefan Sperling
ensure that 'got update' refuses to update staged files
5 years ago 243d7cf151 Stefan Sperling
ensure that 'got rebase' refuses to run with staged changes
5 years ago b962284437 Stefan Sperling
ensure that 'got histedit' refuses to run while shanges are staged
5 years ago 735ef5acf1 Stefan Sperling
reject staging of out-of-date files
5 years ago ebf48fd51b Stefan Sperling
handle conflicted files passed to 'got stage'
5 years ago 98eaaa123b Stefan Sperling
implement got diff -s
5 years ago 408b4ebc0b Stefan Sperling
add basic stage support to 'got diff' + add 'got stage -l'
5 years ago d3e7c587d4 Stefan Sperling
handle double-staging
5 years ago 24278f3006 Stefan Sperling
make 'got revert' work with staged files
5 years ago 9acbc4faa0 Stefan Sperling
test 'got rm' behaviour on staged files
5 years ago 1e1446d382 Stefan Sperling
test how 'got add' interacts with staged files
5 years ago 244725f25f Stefan Sperling
make 'got status' indicate changes relative to staged files
5 years ago 537ac44b6c Stefan Sperling
pass staged blob ID to status callback
5 years ago c363b2c176 Stefan Sperling
show staged file status separately in 'got status'
5 years ago 88d0e355ca Stefan Sperling
report staged status via status callback
5 years ago 3cd0423509 Stefan Sperling
fix definition of GOT_FILEIDX_F_STAGE_SHIFT
5 years ago fccbfb985c Stefan Sperling
add initial stage test
5 years ago 715dc77e94 Stefan Sperling
add 'got stage' command
5 years ago 4200573374 Stefan Sperling
make got_worktree_stage() expect absolute on-disk paths
5 years ago 1e71573ed6 Stefan Sperling
make stage worktree API look more like the one for 'add'