Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c7f4312f | 2019-02-05 17:46:58 | make 'got status' work in subdirectories of a work tree | ||
| f5d3d7af | 2019-02-05 15:19:24 | use path lists to sort dirent, tree object, and file index entries | ||
| d1f6d47b | 2019-02-04 11:17:36 | add support for diffing fileindex against an on-disk directory tree | ||
| f44ffd20 | 2019-02-04 10:59:59 | rename tree-specific fileindex diff callbacks | ||
| 5d56da81 | 2019-01-13 17:15:53 | happy new copyright year | ||
| 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 |