summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11worktrees: add find_shared_symrefLibravatar David Turner2-12/+42
2015-08-05Documentation/git-worktree: fix duplicated 'from'Libravatar Patrick Steinhardt1-1/+1
2015-07-28Documentation/config: mention "now" and "never" for 'expire' settingsLibravatar Eric Sunshine1-5/+11
2015-07-24Documentation/git-worktree: fix broken 'linkgit' invocationLibravatar Eric Sunshine1-1/+1
2015-07-20checkout: drop intimate knowledge of newly created worktreeLibravatar Eric Sunshine1-7/+2
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Libravatar Eric Sunshine1-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationLibravatar Eric Sunshine1-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyLibravatar Eric Sunshine1-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyLibravatar Eric Sunshine1-11/+8
2015-07-20worktree: elucidate environment variables intended for child processesLibravatar Eric Sunshine1-2/+5
2015-07-20worktree: make branch creation distinct from worktree populationLibravatar Eric Sunshine1-3/+14
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Libravatar Eric Sunshine3-4/+18
2015-07-20worktree: make --detach mutually exclusive with -b/-BLibravatar Eric Sunshine2-2/+14
2015-07-20worktree: introduce options containerLibravatar Eric Sunshine1-18/+27
2015-07-20worktree: simplify new branch (-b/-B) option checkingLibravatar Eric Sunshine1-5/+8
2015-07-20worktree: improve worktree setup messageLibravatar Eric Sunshine1-1/+1
2015-07-20branch: publish die_if_checked_out()Libravatar Eric Sunshine3-67/+74
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADLibravatar Eric Sunshine2-1/+13
2015-07-20checkout: check_linked_checkout: simplify symref parsingLibravatar Eric Sunshine1-9/+6
2015-07-20checkout: check_linked_checkout: improve "already checked out" aestheticLibravatar Eric Sunshine1-0/+1
2015-07-20checkout: generalize die_if_checked_out() branch name argumentLibravatar Eric Sunshine1-7/+8
2015-07-20checkout: die_if_checked_out: simplify strbuf managementLibravatar Eric Sunshine1-4/+3
2015-07-20checkout: improve die_if_checked_out() robustnessLibravatar Eric Sunshine1-7/+7
2015-07-20checkout: name check_linked_checkouts() more meaningfullyLibravatar Eric Sunshine1-2/+2
2015-07-20checkout: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-3/+3
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Libravatar Eric Sunshine3-4/+3
2015-07-20Documentation/git-worktree: wordsmith worktree-related manpagesLibravatar Michael Haggerty2-11/+12
2015-07-20Documentation/config: fix stale "git prune --worktree" referenceLibravatar Michael Haggerty1-1/+1
2015-07-20Documentation/git-worktree: fix incorrect reference to file "locked"Libravatar Michael Haggerty1-1/+1
2015-07-20Documentation/git-worktree: consistently use term "linked working tree"Libravatar Michael Haggerty2-23/+23
2015-07-17Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceLibravatar Eric Sunshine1-1/+1
2015-07-16worktree: caution that this is still experimentalLibravatar Junio C Hamano1-2/+3
2015-07-16Documentation/git-worktree: fix stale "git checkout --to" referencesLibravatar Eric Sunshine1-2/+2
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Libravatar Junio C Hamano3-7/+12
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceLibravatar Eric Sunshine3-12/+7
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedLibravatar Eric Sunshine3-4/+26
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedLibravatar Eric Sunshine3-2/+10
2015-07-06worktree: extract basename computation to new functionLibravatar Eric Sunshine1-9/+20
2015-07-06checkout: require worktree unconditionallyLibravatar Eric Sunshine2-3/+1
2015-07-06checkout: retire --to optionLibravatar Eric Sunshine3-173/+139
2015-07-06tests: worktree: retrofit "checkout --to" tests for "worktree add"Libravatar Eric Sunshine3-29/+25
2015-07-06worktree: add -b/-B optionsLibravatar Eric Sunshine2-3/+21
2015-07-06worktree: add --detach optionLibravatar Eric Sunshine2-2/+9
2015-07-06worktree: add --force optionLibravatar Eric Sunshine2-2/+12
2015-07-06worktree: introduce "add" commandLibravatar Eric Sunshine2-10/+41
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutLibravatar Eric Sunshine1-4/+5
2015-07-06checkout: make --to unconditionally verboseLibravatar Eric Sunshine1-2/+1
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentLibravatar Eric Sunshine1-3/+2
2015-07-06checkout: relocate --to's "no branch specified" checkLibravatar Eric Sunshine1-3/+4