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