thodg/got/lib/repository.c

Branch :


Log

Author Commit Date CI Message
4986b9d5 2018-03-12 20:51:37 add support for opening bare repositories
deeca238 2018-03-12 20:41:51 in is_git_repo(), actually verify presence of git repository dirs and files
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
86c3caaf 2018-03-10 00:22:23 add worktree skeleton code; implement got_worktree_init()
79b11c62 2018-03-09 17:01:49 add a pack index cache; speeds tree listing up quite a lot
2393f13b 2018-03-09 15:36:55 support an absolute repos path argument in got_repo_open()
1411938b 2018-02-12 23:25:38 rename private header filenames so they are in got_ namespace
3b339b2f 2018-02-12 22:56:07 make struct got_repository opaque
a1fd68d8 2018-01-12 20:59:51 Extract non-deltified objects from pack files.
cb672fbd 2018-01-10 22:14:47 remove unncessary #include
a0448d60 2017-11-12 16:10:06 remove an unused function
11995603 2017-11-05 17:26:31 resolve symbolic refs
c3f94f68 2017-11-05 14:20:01 remove got_path functions from public api
92af5469 2017-11-05 14:15:47 do not require that got applications normalize paths
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