Commit Briefs

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



ef129c5eb2 Stefan Sperling

tog: plug memleaks in error paths of input_log_view()


3f762da016 Stefan Sperling

rename file index entry variables called 'entry' to 'ie'



9714e35f37 Stefan Sperling

remove unused fileindex flags



466d3b326f Stefan Sperling

remove redundant strlen() calls from got_path_cmp()


6f8967eb20 Stefan Sperling

always initialize file index entry's path_len field


f2b16adaed Stefan Sperling

cache path length in struct got_pathlist_entry


d572f5860a Stefan Sperling

eliminate strlen() calls during fileindex rb tree searches


6bf2c31673 Stefan Sperling

avoid unnecessary memcpy() in read_fileindex_path()




285e7af7c6 Stefan Sperling

add 'got stage' to TODO list


26107ee6a3 Stefan Sperling

remove redundant TODO item


4de3c71b4d Stefan Sperling

TODO: move 'got' items to 'got' section where they belong



cf8cd63e6a Stefan Sperling

add 'got revert -R' to TODO list