summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation: correctly spell git worktree --detachbc/worktree-doc-fix-detachedbrian m. carlson2017-02-221-1/+1
* 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
* checkout: fix bug with --to and relative HEADEric Sunshine2015-07-062-4/+22
* Documentation/git-worktree: add EXAMPLES sectionEric Sunshine2015-07-061-0/+22
* Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine2015-07-061-9/+15
* Documentation/git-worktree: split technical info from general descriptionEric Sunshine2015-07-061-34/+36
* Documentation/git-worktree: add BUGS sectionEric Sunshine2015-07-061-3/+16
* Documentation: move linked worktree description from checkout to worktreeEric Sunshine2015-07-062-67/+64
* Documentation/git-worktree: associate options with commandsEric Sunshine2015-07-061-3/+3
* Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine2015-07-061-1/+1
* worktree: new place for "git prune --worktrees"nd/multiple-work-treesNguyễn Thái Ngọc Duy2015-06-2911-114/+198
* checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-122-12/+19
* prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-312-3/+19