summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08avoid using sha1_to_hex output as printf formatLibravatar Jeff King1-1/+1
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Libravatar Junio C Hamano1-4/+6
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandLibravatar Jordan DE GEA1-0/+3
2016-05-24worktree: simplify prefixing pathsLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-24worktree.c: use is_dot_or_dotdot()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Libravatar Junio C Hamano1-2/+2
2016-05-17Merge branch 'nd/error-errno'Libravatar Junio C Hamano1-1/+1
2016-05-09builtin/worktree.c: use error_errno()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-04-22worktree.c: check whether branch is rebased in another worktreeLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-03-29worktree: add: introduce --checkout optionLibravatar Ray Zhang1-11/+18
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-1/+1
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-1/+1
2016-02-15worktree add -B: do the checkout test before update branchLibravatar Nguyễn Thái Ngọc Duy1-1/+10
2016-02-15worktree: fix "add -B"Libravatar Nguyễn Thái Ngọc Duy1-3/+1
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