aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason1-3/+4
2022-10-13doc txt & -h consistency: make "worktree" consistentÆvar Arnfjörð Bjarmason1-5/+6
2022-10-13worktree: define subcommand -h in terms of command -hÆvar Arnfjörð Bjarmason1-25/+84
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor1-19/+12
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-4/+4
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano1-16/+24
2022-04-04Merge branch 'dp/worktree-repair-in-usage'Junio C Hamano1-0/+1
2022-03-31worktree: add -z option for list subcommandPhillip Wood1-16/+24
2022-03-29worktree: include repair cmd in usageDes Preston1-0/+1
2022-03-06Merge branch 'ds/worktree-docs'Junio C Hamano1-63/+75
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano1-0/+63
2022-02-23worktree: extract checkout_worktree()Derrick Stolee1-11/+15
2022-02-23worktree: extract copy_sparse_checkout()Derrick Stolee1-15/+18
2022-02-23worktree: extract copy_filtered_worktree_config()Derrick Stolee1-39/+42
2022-02-23worktree: combine two translatable messagesDerrick Stolee1-2/+4
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano1-15/+11
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee1-0/+63
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer1-15/+11
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-1/+1
2022-01-05i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila1-1/+1
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-12-15Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano1-7/+7
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine1-7/+7
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason1-3/+3
2021-11-25worktree: stop being overly intimate with run_command() internalsEric Sunshine1-4/+3
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason1-0/+1
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz1-5/+16
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz1-2/+2
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-3/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-3/+1
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-2/+2
2021-03-14worktree: fix leak in dwim_branch()Andrzej Hunt1-4/+6
2021-01-30worktree: teach `list` verbose modeRafael Silva1-2/+12
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva1-0/+10
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva1-0/+13
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva1-1/+1
2021-01-30worktree: libify should_prune_worktree()Rafael Silva1-74/+1
2020-12-21worktree: teach `repair` to fix multi-directional breakageEric Sunshine1-1/+1
2020-11-30Merge branch 'mt/worktree-error-message-fix'Junio C Hamano1-2/+2
2020-11-21worktree: fix order of arguments in error messageMatheus Tavares1-2/+2
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva1-1/+4
2020-09-18Merge branch 'es/wt-add-detach'Junio C Hamano1-1/+1
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano1-0/+30
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano1-5/+3
2020-09-06worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine1-1/+1
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine1-2/+5
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine1-0/+12
2020-08-27worktree: add skeleton "repair" commandEric Sunshine1-0/+15
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King1-5/+3