Age | Commit message (Expand) | Author | Files | Lines |
2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 1 | -40/+83 |
2015-07-20 | worktree: populate via "git reset --hard" rather than "git checkout" | Eric Sunshine | 1 | -2/+1 |
2015-07-20 | worktree: avoid resolving HEAD unnecessarily | Eric Sunshine | 1 | -12/+5 |
2015-07-20 | worktree: make setup of new HEAD distinct from worktree population | Eric Sunshine | 1 | -5/+15 |
2015-07-20 | worktree: detect branch-name/detached and error conditions locally | Eric Sunshine | 1 | -0/+18 |
2015-07-20 | worktree: add_worktree: construct worktree-population command locally | Eric Sunshine | 1 | -11/+8 |
2015-07-20 | worktree: elucidate environment variables intended for child processes | Eric Sunshine | 1 | -2/+5 |
2015-07-20 | worktree: make branch creation distinct from worktree population | Eric Sunshine | 1 | -3/+14 |
2015-07-20 | worktree: add: suppress auto-vivication with --detach and no <branch> | Eric Sunshine | 1 | -1/+1 |
2015-07-20 | worktree: make --detach mutually exclusive with -b/-B | Eric Sunshine | 1 | -2/+2 |
2015-07-20 | worktree: introduce options container | Eric Sunshine | 1 | -18/+27 |
2015-07-20 | worktree: simplify new branch (-b/-B) option checking | Eric Sunshine | 1 | -5/+8 |
2015-07-20 | worktree: improve worktree setup message | Eric Sunshine | 1 | -1/+1 |
2015-07-13 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -0/+199 |
2015-07-12 | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 1 | -1/+1 |
2015-07-07 | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 1 | -1/+1 |
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 | -2/+4 |
2015-07-06 | worktree: extract basename computation to new function | Eric Sunshine | 1 | -9/+20 |
2015-07-06 | checkout: retire --to option | Eric Sunshine | 1 | -6/+138 |
2015-07-06 | worktree: add -b/-B options | Eric Sunshine | 1 | -0/+11 |
2015-07-06 | worktree: add --detach option | Eric Sunshine | 1 | -1/+4 |
2015-07-06 | worktree: add --force option | Eric Sunshine | 1 | -1/+5 |
2015-07-06 | worktree: introduce "add" command | Eric Sunshine | 1 | -0/+31 |
2015-06-29 | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 1 | -0/+133 |