summaryrefslogtreecommitdiff
path: root/include/git2/worktree.h
Commit message (Expand)AuthorAgeFilesLines
* Fix struct documentation formattingpunkymaniac2021-07-061-0/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-5/+5
* worktree: Expose git_worktree_add_init_optionsOzan Sener2018-11-181-1/+1
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-071-6/+4
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-10/+28
* Merge pull request #4640 from mkeeler/worktree-convenience2Patrick Steinhardt2018-04-301-0/+18
|\
| * worktree: add functions to get name and pathMatt Keeler2018-04-251-0/+18
* | Merge pull request #4524 from pks-t/pks/worktree-refsEdward Thomson2018-04-171-1/+2
|\ \ | |/ |/|
| * worktree: add ability to create worktree with pre-existing branchPatrick Steinhardt2018-02-091-1/+2
* | worktree: lock reason should be constJacques Germishuys2018-03-021-1/+1
|/
* worktree: upgrade lock to an intEdward Thomson2017-06-041-1/+1
* worktree: switch over worktree pruning to an opts structurePatrick Steinhardt2017-05-051-9/+32
* worktree: support creating locked worktreesPatrick Steinhardt2017-05-051-1/+3
* worktree: introduce git_worktree_add optionsPatrick Steinhardt2017-05-021-1/+23
* worktree: implement `git_worktree_open_from_repository`Patrick Steinhardt2017-03-171-0/+12
* worktree: extract git_worktree_is_prunablePatrick Steinhardt2017-02-131-0/+18
* worktree: implement functions reading HEADPatrick Steinhardt2017-02-131-1/+1
* worktree: implement `git_worktree_prune`Patrick Steinhardt2017-02-131-0/+26
* worktree: implement locking mechanismsPatrick Steinhardt2017-02-131-0/+36
* worktree: implement `git_worktree_add`Patrick Steinhardt2017-02-131-0/+15
* worktree: implement `git_worktree_validate`Patrick Steinhardt2017-02-131-0/+12
* worktree: introduce `struct git_worktree`Patrick Steinhardt2017-02-131-0/+17
* worktree: implement `git_worktree_list`Patrick Steinhardt2017-02-131-0/+37