summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
Commit message (Expand)AuthorAgeFilesLines
* run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-4/+4
* Merge branch 'pw/worktree-list-with-z'Junio C Hamano2022-04-041-16/+24
|\
| * worktree: add -z option for list subcommandPhillip Wood2022-03-311-16/+24
* | Merge branch 'dp/worktree-repair-in-usage'Junio C Hamano2022-04-041-0/+1
|\ \
| * | worktree: include repair cmd in usageDes Preston2022-03-291-0/+1
* | | Merge branch 'ds/worktree-docs'Junio C Hamano2022-03-061-63/+75
|\ \ \
| * | | worktree: extract checkout_worktree()Derrick Stolee2022-02-231-11/+15
| * | | worktree: extract copy_sparse_checkout()Derrick Stolee2022-02-231-15/+18
| * | | worktree: extract copy_filtered_worktree_config()Derrick Stolee2022-02-231-39/+42
| * | | worktree: combine two translatable messagesDerrick Stolee2022-02-231-2/+4
* | | | Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-251-0/+63
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | worktree: copy sparse-checkout patterns and config on addDerrick Stolee2022-02-081-0/+63
| |/
* | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-15/+11
|\ \ | |/ |/|
| * hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer2022-01-071-15/+11
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
* | i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila2022-01-051-1/+1
* | i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-1/+1
|/
* Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano2021-12-151-7/+7
|\
| * worktree: send "chatty" messages to stderrEric Sunshine2021-12-041-7/+7
* | run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason2021-11-251-3/+3
* | worktree: stop being overly intimate with run_command() internalsEric Sunshine2021-11-251-4/+3
|/
* hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-0/+1
* worktree: teach `add` to accept --reason <string> with --lockStephen Manz2021-07-151-5/+16
* worktree: mark lock strings with `_()` for translationStephen Manz2021-07-141-2/+2
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-3/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-3/+1
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-2/+2
* | worktree: fix leak in dwim_branch()Andrzej Hunt2021-03-141-4/+6
|/
* worktree: teach `list` verbose modeRafael Silva2021-01-301-2/+12
* worktree: teach `list` to annotate prunable worktreeRafael Silva2021-01-301-0/+10
* worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva2021-01-301-0/+13
* worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva2021-01-301-1/+1
* worktree: libify should_prune_worktree()Rafael Silva2021-01-301-74/+1
* worktree: teach `repair` to fix multi-directional breakageEric Sunshine2020-12-211-1/+1
* Merge branch 'mt/worktree-error-message-fix'Junio C Hamano2020-11-301-2/+2
|\
| * worktree: fix order of arguments in error messageMatheus Tavares2020-11-211-2/+2
* | worktree: teach `list` to annotate locked worktreeRafael Silva2020-10-121-1/+4
|/
* Merge branch 'es/wt-add-detach'Junio C Hamano2020-09-181-1/+1
|\
| * worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine2020-09-061-1/+1
* | Merge branch 'es/worktree-repair'Junio C Hamano2020-09-091-0/+30
|\ \
| * | worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine2020-08-311-2/+5
| * | worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine2020-08-311-0/+12
| * | worktree: add skeleton "repair" commandEric Sunshine2020-08-271-0/+15
| |/
* | Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano2020-09-091-5/+3
|\ \ | |/ |/|
| * worktree: fix leak in check_clean_worktree()Jeff King2020-08-271-5/+3
* | strvec: rename struct fieldsJeff King2020-07-301-3/+3
* | strvec: fix indentation in renamed callsJeff King2020-07-281-9/+9
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-21/+21
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-061-6/+26
|\