summaryrefslogtreecommitdiff
path: root/t/t2025-worktree-add.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/worktree-add-post-checkout-hook'Junio C Hamano2018-02-281-9/+45
|\
| * worktree: add: fix 'post-checkout' not knowing new worktree locationes/worktree-add-post-checkout-hookEric Sunshine2018-02-151-9/+45
* | Merge branch 'es/clone-shared-worktree'Junio C Hamano2017-12-271-0/+6
|\ \
| * | clone: support 'clone --shared' from a worktreees/clone-shared-worktreeEric Sunshine2017-12-111-0/+6
* | | Merge branch 'es/worktree-checkout-hook'Junio C Hamano2017-12-271-0/+29
|\ \ \ | | |/ | |/|
| * | worktree: invoke post-checkout hook (unless --no-checkout)es/worktree-checkout-hookEric Sunshine2017-12-071-0/+29
* | | add worktree.guessRemote config optionThomas Gummerer2017-12-061-0/+31
* | | worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-061-0/+29
* | | worktree: make add <path> <branch> dwimThomas Gummerer2017-11-271-0/+19
* | | worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-271-0/+51
|/ /
* | worktree add: add --lock optionnd/worktree-add-lockNguyễn Thái Ngọc Duy2017-04-201-0/+6
* | worktree: allow the main brach of a bare repository to be checked outdk/worktree-dup-checkout-with-bare-is-okDennis Kaarsemaker2016-10-141-0/+8
* | worktree: allow "-" short-hand for @{-1} in add commandjg/dash-is-last-branch-in-worktree-addJordan DE GEA2016-05-311-0/+16
* | branch: do not rename a branch under bisect or rebasend/worktree-various-headsNguyễn Thái Ngọc Duy2016-04-221-0/+8
* | worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+13
* | worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+38
* | worktree: add: introduce --checkout optionrz/worktree-no-checkoutRay Zhang2016-03-291-0/+12
* | worktree add -B: do the checkout test before update branchnd/worktree-add-BNguyễn Thái Ngọc Duy2016-02-151-0/+7
* | worktree: fix "add -B"Nguyễn Thái Ngọc Duy2016-02-151-0/+8
* | t/t2025-worktree-add.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-271-2/+2
|/
* clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy2015-09-281-0/+5
* worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine2015-07-201-0/+14
* worktree: make --detach mutually exclusive with -b/-BEric Sunshine2015-07-201-0/+12
* checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine2015-07-201-0/+8
* worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-071-0/+14
* worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-061-0/+5
* tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine2015-07-061-0/+143