thodg/got/lib/got_lib_fileindex.h

Branch :


Log

Author Commit Date CI Message
a7f9d64d 2019-01-13 01:52:51 change GOT_INDEX_ENTRY prefix to GOT_FILEIDX
50952927 2019-01-12 21:00:42 fix various issues in new update implementation
8da9e5f4 2019-01-12 18:39:19 implement checkout+update as single-pass diff between file index and tree
7a9df742 2019-01-08 23:52:50 replace use of got_pathset in worktree code with RB tree
133d2798 2019-01-08 23:00:56 use RB tree directly instead of a pathset in file index code
b504a804 2019-01-08 22:18:23 switch file index entries from TAILQ to got_pathset
e1ed7f77 2019-01-06 13:47:14 must use safe iteration over file index entries
512f0d0e 2019-01-03 00:57:49 make 'got update' remove files which were deleted
51514078 2018-12-25 16:18:05 preparation for idempotent checkout: read exisiting file index
fc76cabb 2018-12-25 15:24:16 store base commit of each blob in file index
7426bbfd 2018-12-24 16:53:03 rename fileindex functions from open/close to alloc/free
52a74475 2018-12-24 16:46:13 implement got_fileindex_read() - not yet tested
718b3ab0 2018-03-17 17:50:48 rename the library-internal headers again to a common prefix