Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add a helper to build sandbox subpaths quickly | Etienne Samson | 2018-06-29 | 1 | -20/+3 |
* | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -3/+3 |
* | worktree: implement `git_worktree_open_from_repository` | Patrick Steinhardt | 2017-03-17 | 1 | -0/+26 |
* | tests: worktree: unify init/cleanup in open tests | Patrick Steinhardt | 2017-03-15 | 1 | -26/+14 |
* | tests: worktree: move submodule tests into own suite | Patrick Steinhardt | 2017-03-15 | 1 | -65/+0 |
* | worktree: test opening worktree via gitlink, gitdir and worktree | Patrick Steinhardt | 2017-02-13 | 1 | -4/+77 |
* | worktree: test opening discovered submodule worktrees | Patrick Steinhardt | 2017-02-13 | 1 | -0/+27 |
* | worktree: compute workdir for worktrees opened via their gitdir | Patrick Steinhardt | 2017-02-13 | 1 | -5/+28 |
* | repository: introduce is_worktree variable | Patrick Steinhardt | 2017-02-13 | 1 | -0/+11 |
* | repository: introduce commondir variable | Patrick Steinhardt | 2017-02-13 | 1 | -0/+60 |