Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| bff6ca00 | 2018-04-23 15:38:35 | read commit objects with privsep | ||
| 8c580685 | 2018-04-22 15:40:59 | treat unexpected message from unpriv processes as error | ||
| 2178c42e | 2018-04-22 14:51:49 | read object headers with privsep | ||
| 5b7e13a7 | 2018-04-02 12:46:33 | put a limit on delta chain recursion | ||
| 0c60ce5a | 2018-04-02 11:10:05 | document the current public API | ||
| 5261c201 | 2018-04-01 23:37:09 | rename 'refs' to 'reference' | ||
| 3235492e | 2018-04-01 18:17:18 | add the ability to start the log at a particular commit | ||
| 0a585a0d | 2018-03-17 18:13:19 | remove GOT_ERR_NO_MEM, we can just use errno in those cases | ||
| 8bf5b3c9 | 2018-03-17 17:42:48 | rewrite 'got log' without recursion | ||
| 92a684f4 | 2018-03-12 21:34:38 | show progress during checkout | ||
| 25783624 | 2018-03-12 13:59:29 | use stricter CPPFLAGS from mpi | ||
| 9d31a1d8 | 2018-03-11 20:39:31 | initial implementation of worktree checkout | ||
| dc2404d9 | 2018-03-11 14:28:36 | remove got_worktree_change_head() for now | ||
| 35be1456 | 2018-03-11 14:27:53 | implement got_worktree_get_head_ref_name() | ||
| 6d9d28c3 | 2018-03-11 02:03:45 | implement worktree open and close operations | ||
| 09fe317a | 2018-03-11 01:33:02 | add function to read worktree meta data file | ||
| 4d94df2d | 2018-03-11 01:19:40 | rename worktree set_head() operation to change_head() | ||
| 606778cd | 2018-03-11 01:18:45 | fileindex update function probably won't be needed after all | ||
| 577ec78f | 2018-03-11 01:15:39 | store a path prefix in the worktree; will be used for subtree checkout | ||
| 281294a5 | 2018-03-10 17:14:25 | add stub for anticipated worktree function which updates fileindex | ||
| 86c3caaf | 2018-03-10 00:22:23 | add worktree skeleton code; implement got_worktree_init() | ||
| b0146884 | 2018-03-09 21:40:07 | remove unused list head | ||
| 03c6739c | 2018-02-12 23:16:53 | move got_sha1.h to private lib directory | ||
| 3b339b2f | 2018-02-12 22:56:07 | make struct got_repository opaque | ||
| 0c9bd0c5 | 2018-02-12 22:49:33 | make struct got_reference opaque | ||
| ef0981d5 | 2018-02-12 22:40:55 | make length of id string an implementation detail | ||
| 6dfa2fd3 | 2018-02-12 22:20:37 | remove got_parse_object_id(), add got_object_open_by_id_str() instead | ||
| 59ece79d | 2018-02-12 22:13:27 | make struct got_object_id opaque | ||
| 908b0194 | 2018-02-12 21:29:08 | move struct got_zstream_buf to private header zb.h | ||
| f934cf2c | 2018-02-12 21:27:40 | make struct got_blob_object opaque | ||
| 74671950 | 2018-02-12 00:15:49 | add output file argument to got_diff_tree | ||
| eb651edf | 2018-02-11 18:16:43 | more progress on reading packed/deltified objects | ||
| 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 | ||
| eef6493a | 2018-01-19 18:09:29 | Make struct got_object opaque to users of the library | ||
| b107e67f | 2018-01-19 18:03:07 | Implement open() support for offset delta objects | ||
| 3ee5fc21 | 2018-01-17 22:25:01 | add support for extracting non-deltified packed objects | ||
| 6c00b545 | 2018-01-17 21:59:05 | open packed objects correctly; don't worry about their contents yet | ||
| 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 | ||
| 9b1d5162 | 2017-12-03 16:49:53 | fix previous | ||
| f9a4270b | 2017-12-03 16:48:47 | add more object types (needed for pack files) | ||
| 474b4f94 | 2017-11-30 01:41:44 | add some unimplemented stubs for tree diffing | ||
| 62136d3a | 2017-11-29 23:46:24 | allow for custom diff header labels | ||
| f78b0693 | 2017-11-29 23:42:16 | show blob IDs in diff header | ||
| ed9e98a8 | 2017-11-29 22:47:05 | store global diff state in memory provided by caller | ||
| 7d283eee | 2017-11-29 17:11:11 | add and test basic blob diffing functionality | ||
| 68482ea3 | 2017-11-27 05:13:16 | implement open/close for blobs; add test which prints one | ||
| 0ffeb3c2 | 2017-11-26 23:50:52 | parse and print tree objects | ||
| ad3a03de | 2017-11-12 16:14:05 | remove unused union 'obj' from struct got_object | ||
| a0448d60 | 2017-11-12 16:10:06 | remove an unused function | ||
| d1cda826 | 2017-11-06 18:53:05 | parse commit objects | ||
| ab9a70b2 | 2017-11-06 13:49:35 | parse object header | ||
| d71d75ad | 2017-11-05 18:09:59 | print the head revision | ||
| 11995603 | 2017-11-05 17:26:31 | resolve symbolic refs | ||
| c3f94f68 | 2017-11-05 14:20:01 | remove got_path functions from public api | ||
| 4df642d9 | 2017-11-05 13:54:45 | add more special refs which live directly in .git | ||
| 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 |