Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | Merge branch 'bc/hash-independent-tests' | Junio C Hamano | 1 | -4/+4 |
2018-05-23 | Merge branch 'tg/worktree-add-existing-branch' | Junio C Hamano | 1 | -7/+19 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -4/+4 |
2018-04-30 | worktree: teach "add" to check out existing branches | Thomas Gummerer | 1 | -7/+19 |
2018-02-28 | Merge branch 'es/worktree-add-post-checkout-hook' | Junio C Hamano | 1 | -9/+45 |
2018-02-15 | worktree: add: fix 'post-checkout' not knowing new worktree location | Eric Sunshine | 1 | -9/+45 |
2017-12-27 | Merge branch 'es/clone-shared-worktree' | Junio C Hamano | 1 | -0/+6 |
2017-12-27 | Merge branch 'es/worktree-checkout-hook' | Junio C Hamano | 1 | -0/+29 |
2017-12-11 | clone: support 'clone --shared' from a worktree | Eric Sunshine | 1 | -0/+6 |
2017-12-07 | worktree: invoke post-checkout hook (unless --no-checkout) | Eric Sunshine | 1 | -0/+29 |
2017-12-06 | add worktree.guessRemote config option | Thomas Gummerer | 1 | -0/+31 |
2017-12-06 | worktree: add --guess-remote flag to add subcommand | Thomas Gummerer | 1 | -0/+29 |
2017-11-27 | worktree: make add <path> <branch> dwim | Thomas Gummerer | 1 | -0/+19 |
2017-11-27 | worktree: add --[no-]track option to the add subcommand | Thomas Gummerer | 1 | -0/+51 |
2017-04-20 | worktree add: add --lock option | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2016-10-14 | worktree: allow the main brach of a bare repository to be checked out | Dennis Kaarsemaker | 1 | -0/+8 |
2016-05-31 | worktree: allow "-" short-hand for @{-1} in add command | Jordan DE GEA | 1 | -0/+16 |
2016-04-22 | branch: do not rename a branch under bisect or rebase | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2016-04-22 | worktree.c: check whether branch is bisected in another worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
2016-04-22 | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+38 |
2016-03-29 | worktree: add: introduce --checkout option | Ray Zhang | 1 | -0/+12 |
2016-02-15 | worktree add -B: do the checkout test before update branch | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2016-02-15 | worktree: fix "add -B" | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2015-12-27 | t/t2025-worktree-add.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2015-09-28 | clone: allow --local from a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2015-07-20 | worktree: add: suppress auto-vivication with --detach and no <branch> | Eric Sunshine | 1 | -0/+14 |
2015-07-20 | worktree: make --detach mutually exclusive with -b/-B | Eric Sunshine | 1 | -0/+12 |
2015-07-20 | checkout: teach check_linked_checkout() about symbolic link HEAD | Eric Sunshine | 1 | -0/+8 |
2015-07-07 | worktree: add: auto-vivify new branch when <branch> is omitted | Eric Sunshine | 1 | -0/+14 |
2015-07-06 | worktree: add: make -b/-B default to HEAD when <branch> is omitted | Eric Sunshine | 1 | -0/+5 |
2015-07-06 | tests: worktree: retrofit "checkout --to" tests for "worktree add" | Eric Sunshine | 1 | -0/+143 |