thodg/got/lib/refs.c

Branch :


Log

Author Commit Date CI Message
25783624 2018-03-12 13:59:29 use stricter CPPFLAGS from mpi
32cb896c 2018-03-11 14:10:56 rename library-private headers from *_priv.h to *_lib.h
5677e194 2018-03-11 13:20:25 rename got_zb_priv.h to got_zbuf_priv.h
8eea5a5c 2018-03-10 01:13:12 bump copyright
86c3caaf 2018-03-10 00:22:23 add worktree skeleton code; implement got_worktree_init()
1411938b 2018-02-12 23:25:38 rename private header filenames so they are in got_ namespace
38d42f42 2018-02-12 22:57:02 inline refs.h in refs.c
0c9bd0c5 2018-02-12 22:49:33 make struct got_reference opaque
59ece79d 2018-02-12 22:13:27 make struct got_object_id opaque
1db76ab5 2018-01-26 14:26:35 Some memory failure checks were missing.
68482ea3 2017-11-27 05:13:16 implement open/close for blobs; add test which prints one
d1cda826 2017-11-06 18:53:05 parse commit objects
d4a5a885 2017-11-05 17:32:11 simplify get_refs_dir_path()
11995603 2017-11-05 17:26:31 resolve symbolic refs
bbfe163a 2017-11-05 14:22:50 clear sha1 digest before parsing
c3f94f68 2017-11-05 14:20:01 remove got_path functions from public api
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