summaryrefslogtreecommitdiff
path: root/t/t2025-worktree-add.sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathLibravatar Eric Sunshine1-1/+12
2018-08-30worktree: disallow adding same path multiple timesLibravatar Eric Sunshine1-0/+7
2018-08-27Merge branch 'ep/worktree-quiet-option'Libravatar Junio C Hamano1-0/+5
2018-08-17worktree: add --quiet optionLibravatar Elia Pinto1-0/+5
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2018-06-11checkout & worktree: introduce checkout.defaultRemoteLibravatar Ævar Arnfjörð Bjarmason1-0/+21
2018-05-30Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano1-4/+4
2018-05-23Merge branch 'tg/worktree-add-existing-branch'Libravatar Junio C Hamano1-7/+19
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson1-4/+4
2018-04-30worktree: teach "add" to check out existing branchesLibravatar Thomas Gummerer1-7/+19
2018-02-28Merge branch 'es/worktree-add-post-checkout-hook'Libravatar Junio C Hamano1-9/+45
2018-02-15worktree: add: fix 'post-checkout' not knowing new worktree locationLibravatar Eric Sunshine1-9/+45
2017-12-27Merge branch 'es/clone-shared-worktree'Libravatar Junio C Hamano1-0/+6
2017-12-27Merge branch 'es/worktree-checkout-hook'Libravatar Junio C Hamano1-0/+29
2017-12-11clone: support 'clone --shared' from a worktreeLibravatar Eric Sunshine1-0/+6
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Libravatar Eric Sunshine1-0/+29
2017-12-06add worktree.guessRemote config optionLibravatar Thomas Gummerer1-0/+31
2017-12-06worktree: add --guess-remote flag to add subcommandLibravatar Thomas Gummerer1-0/+29
2017-11-27worktree: make add <path> <branch> dwimLibravatar Thomas Gummerer1-0/+19
2017-11-27worktree: add --[no-]track option to the add subcommandLibravatar Thomas Gummerer1-0/+51
2017-04-20worktree add: add --lock optionLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2016-10-14worktree: allow the main brach of a bare repository to be checked outLibravatar Dennis Kaarsemaker1-0/+8
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandLibravatar Jordan DE GEA1-0/+16
2016-04-22branch: do not rename a branch under bisect or rebaseLibravatar Nguyễn Thái Ngọc Duy1-0/+8
2016-04-22worktree.c: check whether branch is bisected in another worktreeLibravatar Nguyễn Thái Ngọc Duy1-0/+13
2016-04-22worktree.c: check whether branch is rebased in another worktreeLibravatar Nguyễn Thái Ngọc Duy1-0/+38
2016-03-29worktree: add: introduce --checkout optionLibravatar Ray Zhang1-0/+12
2016-02-15worktree add -B: do the checkout test before update branchLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2016-02-15worktree: fix "add -B"Libravatar Nguyễn Thái Ngọc Duy1-0/+8
2015-12-27t/t2025-worktree-add.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-09-28clone: allow --local from a linked checkoutLibravatar Nguyễn Thái Ngọc Duy1-0/+5
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Libravatar Eric Sunshine1-0/+14
2015-07-20worktree: make --detach mutually exclusive with -b/-BLibravatar Eric Sunshine1-0/+12
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADLibravatar Eric Sunshine1-0/+8
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedLibravatar Eric Sunshine1-0/+14
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedLibravatar Eric Sunshine1-0/+5
2015-07-06tests: worktree: retrofit "checkout --to" tests for "worktree add"Libravatar Eric Sunshine1-0/+143