summaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorLines
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano-3/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren-3/+1
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson-2/+2
2021-03-14worktree: fix leak in dwim_branch()Andrzej Hunt-4/+6
2021-01-30worktree: teach `list` verbose modeRafael Silva-2/+12
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva-0/+10
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva-0/+13
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva-1/+1
2021-01-30worktree: libify should_prune_worktree()Rafael Silva-74/+1
2020-12-21worktree: teach `repair` to fix multi-directional breakageEric Sunshine-1/+1
2020-11-30Merge branch 'mt/worktree-error-message-fix'Junio C Hamano-2/+2
2020-11-21worktree: fix order of arguments in error messageMatheus Tavares-2/+2
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva-1/+4
2020-09-18Merge branch 'es/wt-add-detach'Junio C Hamano-1/+1
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano-0/+30
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano-5/+3
2020-09-06worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine-1/+1
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine-2/+5
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine-0/+12
2020-08-27worktree: add skeleton "repair" commandEric Sunshine-0/+15
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King-5/+3
2020-07-30strvec: rename struct fieldsJeff King-3/+3
2020-07-28strvec: fix indentation in renamed callsJeff King-9/+9
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King-21/+21
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano-6/+26
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano-35/+93
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine-6/+6
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine-1/+21
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine-2/+1
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine-13/+16
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine-0/+15
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine-6/+43
2020-06-10worktree: make high-level pruning re-usableEric Sunshine-6/+9
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine-2/+2
2020-06-08worktree: factor out repeated string literalEric Sunshine-11/+12
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-3/+6
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine-8/+1
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano-1/+1
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain-1/+1
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano-1/+0
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano-1/+1
2019-10-04treewide: remove duplicate #include directivesRené Scharfe-1/+0
2019-08-19builtin/worktree: switch null_sha1 to null_oidbrian m. carlson-1/+1
2019-08-13worktree remove: clarify error message on dirty worktreeSZEDER Gábor-1/+1
2019-06-13Merge branch 'nd/worktree-name-sanitization'Junio C Hamano-1/+9
2019-05-15worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy-1/+9
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