Age | Commit message (Expand) | Author | Files | Lines |
2018-05-23 | Merge branch 'tg/worktree-add-existing-branch' | Junio C Hamano | 1 | -2/+7 |
2018-05-08 | Merge branch 'sb/worktree-remove-opt-force' | Junio C Hamano | 1 | -1/+1 |
2018-04-30 | worktree: teach "add" to check out existing branches | Thomas Gummerer | 1 | -2/+7 |
2018-04-25 | Merge branch 'es/worktree-docs' | Junio C Hamano | 1 | -9/+9 |
2018-04-18 | worktree: accept -f as short for --force for removal | Stefan Beller | 1 | -1/+1 |
2018-04-09 | git-worktree.txt: unify command-line prompt in example blocks | Eric Sunshine | 1 | -2/+2 |
2018-04-09 | git-worktree.txt: recommend 'git worktree remove' over manual deletion | Eric Sunshine | 1 | -7/+7 |
2018-03-14 | Merge branch 'nd/worktree-move' | Junio C Hamano | 1 | -15/+19 |
2018-02-16 | git-worktree.txt: fix indentation of example and text of 'add' command | Eric Sunshine | 1 | -0/+1 |
2018-02-16 | git-worktree.txt: fix missing ")" typo | Eric Sunshine | 1 | -2/+2 |
2018-02-12 | worktree remove: new command | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
2018-02-12 | worktree move: refuse to move worktrees with submodules | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-12 | worktree move: new command | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2018-01-11 | Documentation/git-worktree.txt: add missing ` | Ralf Thielow | 1 | -1/+1 |
2017-12-06 | add worktree.guessRemote config option | Thomas Gummerer | 1 | -0/+3 |
2017-12-06 | worktree: add --guess-remote flag to add subcommand | Thomas Gummerer | 1 | -0/+7 |
2017-11-27 | worktree: make add <path> <branch> dwim | Thomas Gummerer | 1 | -0/+8 |
2017-11-27 | worktree: add --[no-]track option to the add subcommand | Thomas Gummerer | 1 | -0/+6 |
2017-11-27 | worktree: add can be created from any commit-ish | Thomas Gummerer | 1 | -10/+10 |
2017-04-20 | worktree add: add --lock option | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
2017-02-24 | Merge branch 'bc/worktree-doc-fix-detached' | Junio C Hamano | 1 | -1/+1 |
2017-02-22 | Documentation: correctly spell git worktree --detach | brian m. carlson | 1 | -1/+1 |
2016-11-17 | Merge branch 'nd/worktree-lock' | Junio C Hamano | 1 | -1/+1 |
2016-11-13 | git-worktree.txt: fix typo "to"/"two", and add comma | Ben North | 1 | -1/+1 |
2016-07-28 | Merge branch 'nd/worktree-lock' | Junio C Hamano | 1 | -6/+30 |
2016-07-08 | worktree.c: find_worktree() search by path suffix | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2016-07-08 | worktree: add "unlock" command | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2016-07-08 | worktree: add "lock" command | Nguyễn Thái Ngọc Duy | 1 | -6/+20 |
2016-07-06 | Merge branch 'nd/worktree-cleanup-post-head-protection' | Junio C Hamano | 1 | -5/+5 |
2016-05-31 | worktree: allow "-" short-hand for @{-1} in add command | Jordan DE GEA | 1 | -1/+2 |
2016-05-24 | git-worktree.txt: keep subcommand listing in alphabetical order | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2016-03-29 | worktree: add: introduce --checkout option | Ray Zhang | 1 | -1/+7 |
2016-01-22 | worktree: stop supporting moving worktrees manually | Nguyễn Thái Ngọc Duy | 1 | -5/+10 |
2015-10-08 | worktree: add 'list' command | Michael Rappazzo | 1 | -1/+48 |
2015-08-05 | Documentation/git-worktree: fix duplicated 'from' | Patrick Steinhardt | 1 | -1/+1 |
2015-07-24 | Documentation/git-worktree: fix broken 'linkgit' invocation | Eric Sunshine | 1 | -1/+1 |
2015-07-20 | worktree: add: suppress auto-vivication with --detach and no <branch> | Eric Sunshine | 1 | -3/+3 |
2015-07-20 | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" | Eric Sunshine | 1 | -1/+1 |
2015-07-20 | Documentation/git-worktree: fix incorrect reference to file "locked" | Michael Haggerty | 1 | -1/+1 |
2015-07-20 | Documentation/git-worktree: consistently use term "linked working tree" | Michael Haggerty | 1 | -18/+18 |
2015-07-16 | worktree: caution that this is still experimental | Junio C Hamano | 1 | -2/+3 |
2015-07-16 | Documentation/git-worktree: fix stale "git checkout --to" references | Eric Sunshine | 1 | -2/+2 |
2015-07-07 | worktree: add: auto-vivify new branch when <branch> is omitted | Eric Sunshine | 1 | -2/+6 |
2015-07-06 | worktree: add: make -b/-B default to HEAD when <branch> is omitted | Eric Sunshine | 1 | -0/+1 |
2015-07-06 | worktree: add -b/-B options | Eric Sunshine | 1 | -3/+10 |
2015-07-06 | worktree: add --detach option | Eric Sunshine | 1 | -1/+5 |
2015-07-06 | worktree: add --force option | Eric Sunshine | 1 | -1/+7 |
2015-07-06 | worktree: introduce "add" command | Eric Sunshine | 1 | -10/+10 |
2015-07-06 | Documentation/git-worktree: add EXAMPLES section | Eric Sunshine | 1 | -0/+22 |
2015-07-06 | Documentation/git-worktree: add high-level 'lock' overview | Eric Sunshine | 1 | -9/+15 |