summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t2026: rename worktree prune testes/worktree-add-cleanupMichael J Gruber2015-10-071-0/+0
* Documentation/git-worktree: fix duplicated 'from'Patrick Steinhardt2015-08-051-1/+1
* Documentation/config: mention "now" and "never" for 'expire' settingsEric Sunshine2015-07-281-5/+11
* Documentation/git-worktree: fix broken 'linkgit' invocationEric Sunshine2015-07-241-1/+1
* checkout: drop intimate knowledge of newly created worktreeEric Sunshine2015-07-201-7/+2
* worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine2015-07-201-2/+1
* worktree: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-201-12/+5
* worktree: make setup of new HEAD distinct from worktree populationEric Sunshine2015-07-201-5/+15
* worktree: detect branch-name/detached and error conditions locallyEric Sunshine2015-07-201-0/+18
* worktree: add_worktree: construct worktree-population command locallyEric Sunshine2015-07-201-11/+8
* worktree: elucidate environment variables intended for child processesEric Sunshine2015-07-201-2/+5
* worktree: make branch creation distinct from worktree populationEric Sunshine2015-07-201-3/+14
* worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine2015-07-203-4/+18
* worktree: make --detach mutually exclusive with -b/-BEric Sunshine2015-07-202-2/+14
* worktree: introduce options containerEric Sunshine2015-07-201-18/+27
* worktree: simplify new branch (-b/-B) option checkingEric Sunshine2015-07-201-5/+8
* worktree: improve worktree setup messageEric Sunshine2015-07-201-1/+1
* branch: publish die_if_checked_out()Eric Sunshine2015-07-203-67/+74
* checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine2015-07-202-1/+13
* checkout: check_linked_checkout: simplify symref parsingEric Sunshine2015-07-201-9/+6
* checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine2015-07-201-0/+1
* checkout: generalize die_if_checked_out() branch name argumentEric Sunshine2015-07-201-7/+8
* checkout: die_if_checked_out: simplify strbuf managementEric Sunshine2015-07-201-4/+3
* checkout: improve die_if_checked_out() robustnessEric Sunshine2015-07-201-7/+7
* checkout: name check_linked_checkouts() more meaningfullyEric Sunshine2015-07-201-2/+2
* checkout: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-201-3/+3
* config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine2015-07-203-4/+3
* Documentation/git-worktree: wordsmith worktree-related manpagesMichael Haggerty2015-07-202-11/+12
* Documentation/config: fix stale "git prune --worktree" referenceMichael Haggerty2015-07-201-1/+1
* Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty2015-07-201-1/+1
* Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty2015-07-202-23/+23
* Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceEric Sunshine2015-07-171-1/+1
* worktree: caution that this is still experimentalJunio C Hamano2015-07-161-2/+3
* Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine2015-07-161-2/+2
* Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano2015-07-123-7/+12
* checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine2015-07-073-12/+7
* worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-073-4/+26
* worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-063-2/+10
* worktree: extract basename computation to new functionEric Sunshine2015-07-061-9/+20
* checkout: require worktree unconditionallyEric Sunshine2015-07-062-3/+1
* checkout: retire --to optionEric Sunshine2015-07-063-173/+139
* tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine2015-07-063-29/+25
* worktree: add -b/-B optionsEric Sunshine2015-07-062-3/+21
* worktree: add --detach optionEric Sunshine2015-07-062-2/+9
* worktree: add --force optionEric Sunshine2015-07-062-2/+12
* worktree: introduce "add" commandEric Sunshine2015-07-062-10/+41
* checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-061-4/+5
* checkout: make --to unconditionally verboseEric Sunshine2015-07-061-2/+1
* checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine2015-07-061-3/+2
* checkout: relocate --to's "no branch specified" checkEric Sunshine2015-07-061-3/+4