summaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorLines
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano-5/+5
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano-5/+5
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano-5/+5
2015-08-12Merge branch 'es/worktree-add-cleanup'Junio C Hamano-40/+83
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyEric Sunshine-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationEric Sunshine-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyEric Sunshine-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyEric Sunshine-11/+8
2015-07-20worktree: elucidate environment variables intended for child processesEric Sunshine-2/+5
2015-07-20worktree: make branch creation distinct from worktree populationEric Sunshine-3/+14
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine-1/+1
2015-07-20worktree: make --detach mutually exclusive with -b/-BEric Sunshine-2/+2
2015-07-20worktree: introduce options containerEric Sunshine-18/+27
2015-07-20worktree: simplify new branch (-b/-B) option checkingEric Sunshine-5/+8
2015-07-20worktree: improve worktree setup messageEric Sunshine-1/+1
2015-07-13Merge branch 'es/worktree-add'Junio C Hamano-0/+199
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano-1/+1
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine-1/+1
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine-2/+6
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine-2/+4
2015-07-06worktree: extract basename computation to new functionEric Sunshine-9/+20
2015-07-06checkout: retire --to optionEric Sunshine-6/+138
2015-07-06worktree: add -b/-B optionsEric Sunshine-0/+11
2015-07-06worktree: add --detach optionEric Sunshine-1/+4
2015-07-06worktree: add --force optionEric Sunshine-1/+5
2015-07-06worktree: introduce "add" commandEric Sunshine-0/+31
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy-0/+133