]> git.proxmox.com Git - libgit2.git/history - tests/worktree
re-enable SSH support
[libgit2.git] / tests / worktree /
2022-05-05 Mohammed BilalUpdate upstream source from tag 'upstream/1.4.3+dfsg.1'
2022-05-05 Mohammed BilalNew upstream version 1.4.3+dfsg.1
2021-12-10 Pirate PraveenUpdate upstream source from tag 'upstream/1.3.0+dfsg.1'
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2020-12-06 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.1.0+dfsg.1'
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2020-12-04 Utkarsh GuptaMerge branch 'debian/experimental' into debian/sid
2020-03-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.99.0+dfsg.1'
2020-03-13 Utkarsh GuptaNew upstream version 0.99.0+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+dfsg.1
2019-05-11 Jongmin KimUpdate upstream source from tag 'upstream/0.28.1+dfsg.1'
2018-12-26 Raju DevidasUpdate upstream source from tag 'upstream/0.27.7+dfsg.1'
2018-12-26 Raju DevidasNew upstream version 0.27.7+dfsg.1
2018-08-11 Ximin LuoUpdate upstream source from tag 'upstream/0.27.4+dfsg.1'
2018-08-11 Ximin LuoNew upstream version 0.27.4+dfsg.1
2017-07-29 Russell SimMerge tag 'upstream/0.26.0+dfsg.1'
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-06-11 Edward ThomsonMerge pull request #4088 from chescock/packfile-name...
2017-06-11 Edward ThomsonMerge pull request #4260 from libgit2/ethomson/forced_c...
2017-06-04 Edward ThomsonMerge branch 'pr/4228'
2017-05-20 Carlos Martín NietoMerge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín NietoMerge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín NietoMerge pull request #4174 from libgit2/ethomson/set_head...
2017-05-05 Patrick Steinhardtworktree: switch over worktree pruning to an opts structure
2017-05-05 Patrick Steinhardtworktree: support creating locked worktrees
2017-05-02 Patrick Steinhardtworktree: introduce git_worktree_add options
2017-05-01 Edward ThomsonMerge pull request #4206 from libgit2/cmn/transport...
2017-05-01 Edward ThomsonMerge pull request #4216 from pks-t/pks/debian-test...
2017-04-28 Edward ThomsonMerge pull request #4191 from pks-t/pks/wt-ref-renames
2017-04-05 Patrick Steinhardtrefs: update worktree HEADs when renaming branches
2017-04-05 Patrick Steinhardttests: worktree::refs: convert spaces to tabs
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-24 Patrick SteinhardtMerge pull request #4175 from libgit2/ethomson/dont_tru...
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-03-23 Edward ThomsonMerge pull request #4176 from libgit2/ethomson/3872
2017-03-22 Edward ThomsonMerge pull request #4163 from pks-t/pks/submodules...
2017-03-17 Patrick Steinhardtsubmodule: resolve URLs relative to main worktree
2017-03-17 Patrick Steinhardtrefdb: create references in commondir
2017-03-17 Patrick Steinhardtworktree: write resolved paths into link files
2017-03-17 Patrick Steinhardtworktree: parent path should point to the working dir
2017-03-17 Patrick Steinhardtworktree: implement `git_worktree_open_from_repository`
2017-03-15 Patrick Steinhardttests: worktree: use joinpath instead of printf to...
2017-03-15 Patrick Steinhardttests: worktree: unify init/cleanup in open tests
2017-03-15 Patrick Steinhardttests: worktree: unify init/cleanup in submodule tests
2017-03-15 Patrick Steinhardttests: worktree: move submodule tests into own suite
2017-02-13 Edward ThomsonMerge pull request #4115 from gsaralms/users/gsaral...
2017-02-13 Edward ThomsonMerge pull request #3436 from pks-t/libgit2-worktree
2017-02-13 Patrick Steinhardtworktree: test opening worktree via gitlink, gitdir...
2017-02-13 Patrick Steinhardtworktree: test creating and opening submodule worktrees
2017-02-13 Patrick Steinhardtworktree: test opening discovered submodule worktrees
2017-02-13 Patrick Steinhardtworktree: compute workdir for worktrees opened via...
2017-02-13 Patrick Steinhardtrepository: rename `path_repository` and `path_gitlink`
2017-02-13 Patrick Steinhardtrepository: restrict checking out checked out branches
2017-02-13 Patrick Steinhardtbranch: restrict branch deletion for worktrees
2017-02-13 Patrick Steinhardtworktree: test basic merge functionality
2017-02-13 Patrick Steinhardtworktree: implement functions reading HEAD
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_prune`
2017-02-13 Patrick Steinhardtworktree: implement locking mechanisms
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_add`
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_validate`
2017-02-13 Patrick Steinhardtworktree: implement `git_repository_open_from_worktree`
2017-02-13 Patrick Steinhardtworktree: introduce `struct git_worktree`
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_list`
2017-02-13 Patrick Steinhardtconfig: open configuration in commondir
2017-02-13 Patrick Steinhardtrefdb: look for reflog in commondir
2017-02-13 Patrick Steinhardtrefdb: introduce commondir awareness
2017-02-13 Patrick Steinhardtrepository: introduce is_worktree variable
2017-02-13 Patrick Steinhardtrepository: introduce commondir variable
2017-02-13 Patrick Steinhardttests: implement worktree helpers