thodg/got/regress/worktree/worktree_test.c

Branch :


Log

Author Commit Date CI Message
07a7f8ad 2018-03-11 11:59:31 in work tree test code, use stat() to test existence of file
6b7476e9 2018-03-11 11:57:28 plug file descriptor leak in worktree test code
45d8e5fd 2018-03-11 11:55:11 fail test if worktree cannot be removed
b18d25df 2018-03-11 11:52:15 rename worktree test helper function
8eac252b 2018-03-11 11:49:50 introduce a helper function for use by work tree init test
056e7441 2018-03-11 11:39:48 use a dedicated file for the work tree lock
577ec78f 2018-03-11 01:15:39 store a path prefix in the worktree; will be used for subtree checkout
1451e70d 2018-03-10 16:51:30 stamp worktrees with a format number
91c986ef 2018-03-10 00:58:40 make workdir tests clean up workdirs if tests pass
0da17012 2018-03-10 00:43:47 add test for non-destructive behaviour of worktree_init()
86c3caaf 2018-03-10 00:22:23 add worktree skeleton code; implement got_worktree_init()