summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-1/+1
2015-10-26Merge branch 'es/worktree-add'Libravatar Junio C Hamano1-1/+1
2015-10-18worktree: usage: denote <branch> as optional with 'add'Libravatar Sidhant Sharma1-1/+1
2015-10-08worktree: add 'list' commandLibravatar Michael Rappazzo1-0/+88
2015-08-31Merge branch 'jc/am-state-fix'Libravatar Junio C Hamano1-5/+5
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileLibravatar Junio C Hamano1-5/+5
2015-08-24write_file(): drop "fatal" parameterLibravatar Junio C Hamano1-5/+5
2015-08-12Merge branch 'es/worktree-add-cleanup'Libravatar Junio C Hamano1-40/+83
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Libravatar Eric Sunshine1-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationLibravatar Eric Sunshine1-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyLibravatar Eric Sunshine1-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyLibravatar Eric Sunshine1-11/+8
2015-07-20worktree: elucidate environment variables intended for child processesLibravatar Eric Sunshine1-2/+5
2015-07-20worktree: make branch creation distinct from worktree populationLibravatar Eric Sunshine1-3/+14
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Libravatar Eric Sunshine1-1/+1
2015-07-20worktree: make --detach mutually exclusive with -b/-BLibravatar Eric Sunshine1-2/+2
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-13Merge branch 'es/worktree-add'Libravatar Junio C Hamano1-0/+199
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Libravatar Junio C Hamano1-1/+1
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceLibravatar Eric Sunshine1-1/+1
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedLibravatar Eric Sunshine1-2/+6
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedLibravatar Eric Sunshine1-2/+4
2015-07-06worktree: extract basename computation to new functionLibravatar Eric Sunshine1-9/+20
2015-07-06checkout: retire --to optionLibravatar Eric Sunshine1-6/+138
2015-07-06worktree: add -b/-B optionsLibravatar Eric Sunshine1-0/+11
2015-07-06worktree: add --detach optionLibravatar Eric Sunshine1-1/+4
2015-07-06worktree: add --force optionLibravatar Eric Sunshine1-1/+5
2015-07-06worktree: introduce "add" commandLibravatar Eric Sunshine1-0/+31
2015-06-29worktree: new place for "git prune --worktrees"Libravatar Nguyễn Thái Ngọc Duy1-0/+133