summaryrefslogtreecommitdiff
path: root/t/t2025-worktree-add.sh
AgeCommit message (Expand)Author
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-23Merge branch 'tg/worktree-add-existing-branch'Junio C Hamano
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-04-30worktree: teach "add" to check out existing branchesThomas Gummerer
2018-02-28Merge branch 'es/worktree-add-post-checkout-hook'Junio C Hamano
2018-02-15worktree: add: fix 'post-checkout' not knowing new worktree locationEric Sunshine
2017-12-27Merge branch 'es/clone-shared-worktree'Junio C Hamano
2017-12-27Merge branch 'es/worktree-checkout-hook'Junio C Hamano
2017-12-12clone: support 'clone --shared' from a worktreeEric Sunshine
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine
2017-12-06add worktree.guessRemote config optionThomas Gummerer
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer
2017-11-27worktree: make add <path> <branch> dwimThomas Gummerer
2017-11-27worktree: add --[no-]track option to the add subcommandThomas Gummerer
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA
2016-04-22branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy
2016-04-22worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy
2016-04-22worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy
2016-03-29worktree: add: introduce --checkout optionRay Zhang
2016-02-15worktree add -B: do the checkout test before update branchNguyễn Thái Ngọc Duy
2016-02-15worktree: fix "add -B"Nguyễn Thái Ngọc Duy
2015-12-27t/t2025-worktree-add.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-09-28clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine
2015-07-20worktree: make --detach mutually exclusive with -b/-BEric Sunshine
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine