Commit Briefs

62d20534cc Stefan Sperling

remove redundant condition check in cmp_entries()


bad322f277 Stefan Sperling

make cmp_entries() operate on paths instead of structs



70e2377c02 Stefan Sperling

move definition of cmp_entries() closer to point of use


63de413661 Stefan Sperling

turns out in_same_subdir() check is mostly redundant


c18d206ea9 Stefan Sperling

simplify in_same_subdir()



99fda3ad1a Stefan Sperling

eliminate redundant strlen() call inside in_same_subdir()


5d79cba5f4 Stefan Sperling

eliminate redundant strlen() call in cmp_entries()


6e8d14a311 Stefan Sperling

eliminate code duplication in cmp_entries()



f06111e55c Stefan Sperling

remove unused parameter of in_same_subdir()


5d56da8198 Stefan Sperling

happy new copyright year


21908da4c3 Stefan Sperling

fix bug where update got confused by sub-sub directories


bd4792ec81 Stefan Sperling

fix more bugs in the update walk and add more tests


a7f9d64ddf Stefan Sperling

change GOT_INDEX_ENTRY prefix to GOT_FILEIDX


b6d05318cb Stefan Sperling

don't bother with memcpy for hdr in got_fileindex_read()


27d0e5bd84 Stefan Sperling

flush the file index after writing it



5095292713 Stefan Sperling

fix various issues in new update implementation


27793341b0 Stefan Sperling

introduce special error code for a corrupt file index



7a9df742c2 Stefan Sperling

replace use of got_pathset in worktree code with RB tree