thodg/got/include

Branch :


Log

Author Commit Date CI Message
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