summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)Author
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-08-27worktree: add skeleton "repair" commandEric Sunshine
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine
2020-06-10worktree: make high-level pruning re-usableEric Sunshine
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine
2020-06-08worktree: factor out repeated string literalEric Sunshine
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-08-19builtin/worktree: switch null_sha1 to null_oidbrian m. carlson
2019-08-13worktree remove: clarify error message on dirty worktreeSZEDER Gábor
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