Age | Commit message (Expand) | Author | Files | Lines |
2019-03-18 | doc: fix typos in man pages | Alexander Blesius | 1 | -1/+1 |
2018-11-13 | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 1 | -1/+31 |
2018-11-13 | Merge branch 'nd/per-worktree-config' | Junio C Hamano | 1 | -0/+33 |
2018-11-05 | git-worktree.txt: correct linkgit command name | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-10-30 | Merge branch 'ah/doc-updates' | Junio C Hamano | 1 | -2/+2 |
2018-10-23 | doc: clarify boundaries of 'git worktree list --porcelain' | Andreas Heiduk | 1 | -2/+2 |
2018-10-22 | refs: new ref types to make per-worktree refs visible to all worktrees | Nguyễn Thái Ngọc Duy | 1 | -1/+14 |
2018-10-22 | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 1 | -0/+33 |
2018-10-07 | Add a place for (not) sharing stuff between worktrees | Nguyễn Thái Ngọc Duy | 1 | -1/+18 |
2018-08-30 | worktree: teach 'remove' to override lock when --force given twice | Eric Sunshine | 1 | -0/+1 |
2018-08-30 | worktree: teach 'move' to override lock when --force given twice | Eric Sunshine | 1 | -0/+3 |
2018-08-30 | worktree: teach 'add' to respect --force for registered but missing path | Eric Sunshine | 1 | -2/+6 |
2018-08-17 | worktree: add --quiet option | Elia Pinto | 1 | -0/+4 |
2018-06-11 | checkout & worktree: introduce checkout.defaultRemote | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
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 |