Commit Briefs


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


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()


7fa0d182b1 Stefan Sperling

don't forget to initialize st_mode in revert_file()




f2b16adaed Stefan Sperling

cache path length in struct got_pathlist_entry


d572f5860a Stefan Sperling

eliminate strlen() calls during fileindex rb tree searches


5c1e53bc72 Stefan Sperling

add support for multiple path arguments to 'got commit'




a2e6d162ca Stefan Sperling

make GOT_ERR_WORKTREE_META errors show more information



a9fa2909b9 Stefan Sperling

fix 'got revert' on files in newly added subdirectories


8dc303ccb4 Stefan Sperling

eliminate needless 'goto' in worktree_status()



c02b99b64c Stefan Sperling

report_file_status() wants an on-disk path


abb4604f00 Stefan Sperling

stop supporting ie == NULL case in get_file_status()



339c298e66 Stefan Sperling

undo previous 3 commits; stat is faster than open