thodg/got/include/got_repository.h

Branch :


Log

Author Commit Date CI Message
fb79db15 2019-02-01 21:01:58 add read support for packed refs
5d56da81 2019-01-13 17:15:53 happy new copyright year
4b0bb327 2019-01-06 10:49:53 document got_repo_get_path() and got_repo_get_path_git_dir()
6e9da951 2019-01-06 10:46:46 make got_repo_get_path_git_dir() return const char *
7839bc15 2019-01-06 10:42:56 make got_repo_get_path() return const char *
23721109 2018-10-22 23:47:25 fix logging /sys in tog while /sys symlink exists on disk
ad242220 2018-09-08 16:40:28 implement fork+exec (and by the way, fix the build...)
04ca23f4 2018-07-16 13:05:23 allow filtering history by paths in 'got log'
0c60ce5a 2018-04-02 11:10:05 document the current public API
86c3caaf 2018-03-10 00:22:23 add worktree skeleton code; implement got_worktree_init()
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.
a0448d60 2017-11-12 16:10:06 remove an unused function
11995603 2017-11-05 17:26:31 resolve symbolic refs
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