summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-06checkout: fix bug with --to and relative HEADLibravatar Eric Sunshine2-4/+22
2015-07-06Documentation/git-worktree: add EXAMPLES sectionLibravatar Eric Sunshine1-0/+22
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewLibravatar Eric Sunshine1-9/+15
2015-07-06Documentation/git-worktree: split technical info from general descriptionLibravatar Eric Sunshine1-34/+36
2015-07-06Documentation/git-worktree: add BUGS sectionLibravatar Eric Sunshine1-3/+16
2015-07-06Documentation: move linked worktree description from checkout to worktreeLibravatar Eric Sunshine2-67/+64
2015-07-06Documentation/git-worktree: associate options with commandsLibravatar Eric Sunshine1-3/+3
2015-07-06Documentation/git-checkout: fix incorrect worktree prune commandLibravatar Eric Sunshine1-1/+1
2015-06-29worktree: new place for "git prune --worktrees"Libravatar Nguyễn Thái Ngọc Duy11-114/+198
2015-06-12checkout: don't check worktrees when not necessaryLibravatar Nguyễn Thái Ngọc Duy2-12/+19
2015-03-31prune --worktrees: fix expire vs worktree existence conditionLibravatar Max Kirillov2-3/+19
2015-03-24t1501: fix test with split indexLibravatar Thomas Gummerer1-0/+1
2015-03-20t2026: fix broken &&-chainLibravatar Junio C Hamano1-2/+2
2015-01-27t2026 needs procondition SANITYLibravatar Torsten Bögershausen1-1/+1