summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Merge branch 'nd/worktree-name-sanitization'Junio C Hamano1-1/+9
2019-05-15worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy1-1/+9
2019-04-10Merge branch 'ms/worktree-add-atomic-mkdir'Junio C Hamano1-5/+7
2019-03-12worktree: fix worktree add raceMichal Suchanek1-5/+7
2019-02-22trace2:data: add trace2 hook classificationJeff Hostetler1-0/+1
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy1-6/+23
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski1-5/+5
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine1-1/+7
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine1-5/+6
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine1-4/+9
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine1-2/+8
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine1-0/+25
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine1-2/+7
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine1-16/+9
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine1-14/+14
2018-08-17worktree: add --quiet optionElia Pinto1-3/+13
2018-06-11checkout: pass the "num_matches" up to callersÆvar Arnfjörð Bjarmason1-2/+2
2018-05-23Merge branch 'tg/worktree-add-existing-branch'Junio C Hamano1-27/+74
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano1-2/+3
2018-04-30worktree: teach "add" to check out existing branchesThomas Gummerer1-2/+11
2018-04-30worktree: factor out dwim_branch functionThomas Gummerer1-11/+18
2018-04-30worktree: improve message when creating a new worktreeThomas Gummerer1-2/+36
2018-04-30worktree: remove extra members from struct add_optsThomas Gummerer1-17/+16
2018-04-18worktree: accept -f as short for --force for removalStefan Beller1-2/+3
2018-04-10Merge branch 'nd/worktree-prune'Junio C Hamano1-9/+2
2018-04-10Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2018-03-15worktree prune: improve prune logic when worktree is movedNguyễn Thái Ngọc Duy1-1/+2
2018-03-15worktree: delete dead codeNguyễn Thái Ngọc Duy1-8/+0
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano1-1/+3
2018-03-14Merge branch 'nd/worktree-move'Junio C Hamano1-0/+220
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-2/+2
2018-02-28Merge branch 'es/worktree-add-post-checkout-hook'Junio C Hamano1-3/+17
2018-02-15Merge branch 'jc/worktree-add-short-help'Junio C Hamano1-1/+1
2018-02-15worktree: add: fix 'post-checkout' not knowing new worktree locationEric Sunshine1-3/+17
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy1-5/+7
2018-02-12worktree remove: new commandNguyễn Thái Ngọc Duy1-1/+133
2018-02-12worktree move: refuse to move worktrees with submodulesNguyễn Thái Ngọc Duy1-0/+23
2018-02-12worktree move: accept destination as directoryNguyễn Thái Ngọc Duy1-1/+10
2018-02-12worktree move: new commandNguyễn Thái Ngọc Duy1-0/+53
2018-02-09completion: use __gitcomp_builtin in _git_worktreeNguyễn Thái Ngọc Duy1-1/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-1/+3
2018-01-17worktree: say that "add" takes an arbitrary commit in short-helpJunio C Hamano1-1/+1
2017-12-27Merge branch 'es/worktree-checkout-hook'Junio C Hamano1-6/+16
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine1-6/+16
2017-12-06add worktree.guessRemote config optionThomas Gummerer1-2/+12
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer1-0/+10
2017-11-27worktree: make add <path> <branch> dwimThomas Gummerer1-0/+16
2017-11-27worktree: add --[no-]track option to the add subcommandThomas Gummerer1-0/+8
2017-10-16worktree: convert struct worktree to object_idbrian m. carlson1-3/+3
2017-09-27worktree: check the result of read_in_full()Jeff King1-1/+18