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