| Commit message (Expand) | Author | Age | Files | Lines |
* | worktree: usage: denote <branch> as optional with 'add'es/worktree-add | Sidhant Sharma | 2015-10-18 | 1 | -1/+1 |
* | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" | Eric Sunshine | 2015-07-20 | 3 | -4/+3 |
* | Documentation/git-worktree: wordsmith worktree-related manpages | Michael Haggerty | 2015-07-20 | 2 | -11/+12 |
* | Documentation/config: fix stale "git prune --worktree" reference | Michael Haggerty | 2015-07-20 | 1 | -1/+1 |
* | Documentation/git-worktree: fix incorrect reference to file "locked" | Michael Haggerty | 2015-07-20 | 1 | -1/+1 |
* | Documentation/git-worktree: consistently use term "linked working tree" | Michael Haggerty | 2015-07-20 | 2 | -23/+23 |
* | Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" reference | Eric Sunshine | 2015-07-17 | 1 | -1/+1 |
* | worktree: caution that this is still experimental | Junio C Hamano | 2015-07-16 | 1 | -2/+3 |
* | Documentation/git-worktree: fix stale "git checkout --to" references | Eric Sunshine | 2015-07-16 | 1 | -2/+2 |
* | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 2015-07-12 | 3 | -7/+12 |
* | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 2015-07-07 | 3 | -12/+7 |
* | worktree: add: auto-vivify new branch when <branch> is omitted | Eric Sunshine | 2015-07-07 | 3 | -4/+26 |
* | worktree: add: make -b/-B default to HEAD when <branch> is omitted | Eric Sunshine | 2015-07-06 | 3 | -2/+10 |
* | worktree: extract basename computation to new function | Eric Sunshine | 2015-07-06 | 1 | -9/+20 |
* | checkout: require worktree unconditionally | Eric Sunshine | 2015-07-06 | 2 | -3/+1 |
* | checkout: retire --to option | Eric Sunshine | 2015-07-06 | 3 | -173/+139 |
* | tests: worktree: retrofit "checkout --to" tests for "worktree add" | Eric Sunshine | 2015-07-06 | 3 | -29/+25 |
* | worktree: add -b/-B options | Eric Sunshine | 2015-07-06 | 2 | -3/+21 |
* | worktree: add --detach option | Eric Sunshine | 2015-07-06 | 2 | -2/+9 |
* | worktree: add --force option | Eric Sunshine | 2015-07-06 | 2 | -2/+12 |
* | worktree: introduce "add" command | Eric Sunshine | 2015-07-06 | 2 | -10/+41 |
* | checkout: drop 'checkout_opts' dependency from prepare_linked_checkout | Eric Sunshine | 2015-07-06 | 1 | -4/+5 |
* | checkout: make --to unconditionally verbose | Eric Sunshine | 2015-07-06 | 1 | -2/+1 |
* | checkout: prepare_linked_checkout: drop now-unused 'new' argument | Eric Sunshine | 2015-07-06 | 1 | -3/+2 |
* | checkout: relocate --to's "no branch specified" check | Eric Sunshine | 2015-07-06 | 1 | -3/+4 |
* | checkout: fix bug with --to and relative HEAD | Eric Sunshine | 2015-07-06 | 2 | -4/+22 |
* | Documentation/git-worktree: add EXAMPLES section | Eric Sunshine | 2015-07-06 | 1 | -0/+22 |
* | Documentation/git-worktree: add high-level 'lock' overview | Eric Sunshine | 2015-07-06 | 1 | -9/+15 |
* | Documentation/git-worktree: split technical info from general description | Eric Sunshine | 2015-07-06 | 1 | -34/+36 |
* | Documentation/git-worktree: add BUGS section | Eric Sunshine | 2015-07-06 | 1 | -3/+16 |
* | Documentation: move linked worktree description from checkout to worktree | Eric Sunshine | 2015-07-06 | 2 | -67/+64 |
* | Documentation/git-worktree: associate options with commands | Eric Sunshine | 2015-07-06 | 1 | -3/+3 |
* | Documentation/git-checkout: fix incorrect worktree prune command | Eric Sunshine | 2015-07-06 | 1 | -1/+1 |
* | worktree: new place for "git prune --worktrees"nd/multiple-work-trees | Nguyễn Thái Ngọc Duy | 2015-06-29 | 11 | -114/+198 |
* | checkout: don't check worktrees when not necessary | Nguyễn Thái Ngọc Duy | 2015-06-12 | 2 | -12/+19 |
* | prune --worktrees: fix expire vs worktree existence condition | Max Kirillov | 2015-03-31 | 2 | -3/+19 |
* | t1501: fix test with split index | Thomas Gummerer | 2015-03-24 | 1 | -0/+1 |
* | t2026: fix broken &&-chain | Junio C Hamano | 2015-03-20 | 1 | -2/+2 |
* | t2026 needs procondition SANITY | Torsten Bögershausen | 2015-01-27 | 1 | -1/+1 |
* | git-checkout.txt: a note about multiple checkout support for submodules | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -0/+3 |
* | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 2015-01-07 | 3 | -1/+18 |
* | checkout: pass whole struct to parse_branchname_arg instead of individual flags | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -7/+6 |
* | git-common-dir: make "modules/" per-working-directory directory | Max Kirillov | 2014-12-01 | 3 | -4/+52 |
* | checkout: do not fail if target is an empty directory | Max Kirillov | 2014-12-01 | 2 | -2/+7 |
* | t2025: add a test to make sure grafts is working from a linked checkout | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+18 |
* | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 2014-12-01 | 3 | -1/+19 |
* | git_path(): keep "info/sparse-checkout" per work-tree | Nguyễn Thái Ngọc Duy | 2014-12-01 | 2 | -1/+3 |
* | count-objects: report unused files in $GIT_DIR/worktrees/... | Nguyễn Thái Ngọc Duy | 2014-12-01 | 3 | -3/+31 |
* | gc: support prune --worktrees | Nguyễn Thái Ngọc Duy | 2014-12-01 | 3 | -4/+24 |
* | gc: factor out gc.pruneexpire parsing code | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -10/+12 |