thodg/got/lib/worktree.c

Branch :


Log

Author Commit Date CI Message
63581804 2018-07-09 22:23:00 rename zbuf to inflate
883f0469 2018-06-23 17:57:39 make struct got_tree_object opaque
511a516b 2018-05-19 16:57:12 move got_opentmp* functions to public API; used from tog
5261c201 2018-04-01 23:37:09 rename 'refs' to 'reference'
f7b38925 2018-04-01 20:40:35 make paths shown during checkout match what is created on disk
0a585a0d 2018-03-17 18:13:19 remove GOT_ERR_NO_MEM, we can just use errno in those cases
718b3ab0 2018-03-17 17:50:48 rename the library-internal headers again to a common prefix
0bb8a95e 2018-03-12 22:00:08 add support for checking out a subtree
92a684f4 2018-03-12 21:34:38 show progress during checkout
23b19d00 2018-03-12 14:08:37 fix worktree test build: remove more unused variables
51664889 2018-03-12 13:41:13 in got_worktree_checkout_files, init file index path before using
e77c4c9f 2018-03-12 13:37:17 remove base-commit meta file; this will move into the fileindex
c34b20a2 2018-03-12 13:06:03 write file index after checking out files
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()
32cb896c 2018-03-11 14:10:56 rename library-private headers from *_priv.h to *_lib.h
c88eb298 2018-03-11 13:15:49 rename worktree_root to root_path in struct worktree
cde76477 2018-03-11 13:14:08 rename some fields in struct worktree
e8f36958 2018-03-11 13:11:43 read / free the head ref when work tree is opened / closed
d6c38e0d 2018-03-11 13:08:03 free base commit when worktree is closed
f5baf295 2018-03-11 13:06:45 read base commit hash when worktree is opened
65e3b818 2018-03-11 12:52:02 set base commit to invalid commit id when work tree is created
0605801d 2018-03-11 12:44:13 check read() return value properly in read_meta_file()
7ac97322 2018-03-11 12:41:21 rename variable gotpath to path_got
fdf001a7 2018-03-11 12:28:15 add a proper definition for the worktree head
e350ead3 2018-03-11 12:23:28 create an emtpy base-commit file
056e7441 2018-03-11 11:39:48 use a dedicated file for the work tree lock
ef99fdb1 2018-03-11 02:31:27 use flock(2) because open(2) O_NONBLOCK also enables non-blocking I/O
73a5ef67 2018-03-11 02:15:34 lock meta data files in worktree correctly
6d9d28c3 2018-03-11 02:03:45 implement worktree open and close operations
2cb4bacb 2018-03-11 01:33:55 assume good path input in got_worktree_init()
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
9dce68ed 2018-03-10 17:44:23 typo in comment
ed7464bb 2018-03-10 17:15:18 whitespace
281294a5 2018-03-10 17:14:25 add stub for anticipated worktree function which updates fileindex
99724ed4 2018-03-10 17:08:23 add a helper function which creates worktree meta files
1451e70d 2018-03-10 16:51:30 stamp worktrees with a format number
f0e4a7b7 2018-03-10 01:03:31 indent long line
86c3caaf 2018-03-10 00:22:23 add worktree skeleton code; implement got_worktree_init()