summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine
2015-07-20worktree: avoid resolving HEAD unnecessarilyEric Sunshine
2015-07-20worktree: make setup of new HEAD distinct from worktree populationEric Sunshine
2015-07-20worktree: detect branch-name/detached and error conditions locallyEric Sunshine
2015-07-20worktree: add_worktree: construct worktree-population command locallyEric Sunshine
2015-07-20worktree: elucidate environment variables intended for child processesEric Sunshine
2015-07-20worktree: make branch creation distinct from worktree populationEric Sunshine
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine
2015-07-20worktree: make --detach mutually exclusive with -b/-BEric Sunshine
2015-07-20worktree: introduce options containerEric Sunshine
2015-07-20worktree: simplify new branch (-b/-B) option checkingEric Sunshine
2015-07-20worktree: improve worktree setup messageEric Sunshine
2015-07-20branch: publish die_if_checked_out()Eric Sunshine
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine
2015-07-20checkout: check_linked_checkout: simplify symref parsingEric Sunshine
2015-07-20checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine
2015-07-20checkout: generalize die_if_checked_out() branch name argumentEric Sunshine
2015-07-20checkout: die_if_checked_out: simplify strbuf managementEric Sunshine
2015-07-20checkout: improve die_if_checked_out() robustnessEric Sunshine
2015-07-20checkout: name check_linked_checkouts() more meaningfullyEric Sunshine
2015-07-20checkout: avoid resolving HEAD unnecessarilyEric Sunshine
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine
2015-07-20Documentation/git-worktree: wordsmith worktree-related manpagesMichael Haggerty
2015-07-20Documentation/config: fix stale "git prune --worktree" referenceMichael Haggerty
2015-07-20Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty
2015-07-20Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty
2015-07-17Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceEric Sunshine
2015-07-16worktree: caution that this is still experimentalJunio C Hamano
2015-07-16Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06worktree: extract basename computation to new functionEric Sunshine
2015-07-06checkout: require worktree unconditionallyEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
2015-07-06tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine
2015-07-06worktree: add -b/-B optionsEric Sunshine
2015-07-06worktree: add --detach optionEric Sunshine
2015-07-06worktree: add --force optionEric Sunshine
2015-07-06worktree: introduce "add" commandEric Sunshine
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine
2015-07-06checkout: make --to unconditionally verboseEric Sunshine
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine
2015-07-06checkout: relocate --to's "no branch specified" checkEric Sunshine
2015-07-06checkout: fix bug with --to and relative HEADEric Sunshine
2015-07-06Documentation/git-worktree: add EXAMPLES sectionEric Sunshine
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine
2015-07-06Documentation/git-worktree: split technical info from general descriptionEric Sunshine
2015-07-06Documentation/git-worktree: add BUGS sectionEric Sunshine