summaryrefslogtreecommitdiff
path: root/t/t2025-worktree-add.sh
AgeCommit message (Expand)Author
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