Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 86c3caaf | 2018-03-10 00:22:23 | add worktree skeleton code; implement got_worktree_init() | ||
| 59ece79d | 2018-02-12 22:13:27 | make struct got_object_id opaque | ||
| 885d3e02 | 2018-01-27 01:05:56 | implement delta combiner and a small test suite for it | ||
| 96f5e8b3 | 2018-01-23 13:38:17 | add support for delta chains; implement them for offset deltas | ||
| 3ee5fc21 | 2018-01-17 22:25:01 | add support for extracting non-deltified packed objects | ||
| a487c1d0 | 2018-01-14 17:49:25 | refactor dump_packed_object() a bit; no functional change | ||
| 8251fdbc | 2018-01-12 23:00:06 | introduce got_ferror() and use it | ||
| f334529e | 2018-01-12 21:17:22 | add a conversion function from errno to got_error and use it | ||
| a1fd68d8 | 2018-01-12 20:59:51 | Extract non-deltified objects from pack files. | ||
| 0ebaf008 | 2018-01-10 21:56:48 | verify pack file index checksum | ||
| 0a0a3048 | 2018-01-10 21:15:21 | open pack file index | ||
| 7d283eee | 2017-11-29 17:11:11 | add and test basic blob diffing functionality | ||
| d1cda826 | 2017-11-06 18:53:05 | parse commit objects | ||
| ab9a70b2 | 2017-11-06 13:49:35 | parse object header | ||
| 7b19e0f1 | 2017-11-05 13:35:01 | add copyright | ||
| 4027f31a | 2017-11-04 19:41:54 | initial import; current implementation only parses the .git/HEAD ref |