Commit Briefs

735ef5acf1 Stefan Sperling

reject staging of out-of-date files


ebf48fd51b Stefan Sperling

handle conflicted files passed to 'got stage'


98eaaa123b Stefan Sperling

implement got diff -s


408b4ebc0b Stefan Sperling

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


d3e7c587d4 Stefan Sperling

handle double-staging


24278f3006 Stefan Sperling

make 'got revert' work with staged files


9acbc4faa0 Stefan Sperling

test 'got rm' behaviour on staged files


1e1446d382 Stefan Sperling

test how 'got add' interacts with staged files



537ac44b6c Stefan Sperling

pass staged blob ID to status callback


c363b2c176 Stefan Sperling

show staged file status separately in 'got status'


88d0e355ca Stefan Sperling

report staged status via status callback


3cd0423509 Stefan Sperling

fix definition of GOT_FILEIDX_F_STAGE_SHIFT


fccbfb985c Stefan Sperling

add initial stage test


715dc77e94 Stefan Sperling

add 'got stage' command


4200573374 Stefan Sperling

make got_worktree_stage() expect absolute on-disk paths


1e71573ed6 Stefan Sperling

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



0cb83759ff Stefan Sperling

implement got_worktree_stage_paths()



8371870086 Stefan Sperling

define file index stage flags


2c961eb2d8 Stefan Sperling

hook forgotten revert tests to 'make regress'


00db391ed2 Stefan Sperling

fix 'got revert' with new realpath(3) ENOENT behaviour


7fa0d182b1 Stefan Sperling

don't forget to initialize st_mode in revert_file()