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