Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano
2022-04-04Merge branch 'dp/worktree-repair-in-usage'Junio C Hamano
2022-03-31worktree: add -z option for list subcommandPhillip Wood
2022-03-29worktree: include repair cmd in usageDes Preston
2022-03-07Merge branch 'ds/worktree-docs'Junio C Hamano
2022-02-26Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano
2022-02-23worktree: extract checkout_worktree()Derrick Stolee
2022-02-23worktree: extract copy_sparse_checkout()Derrick Stolee
2022-02-23worktree: extract copy_filtered_worktree_config()Derrick Stolee
2022-02-23worktree: combine two translatable messagesDerrick Stolee
2022-02-10Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee
2022-01-08hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila
2022-01-06i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila
2021-12-15Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano
2021-12-05worktree: send "chatty" messages to stderrEric Sunshine
2021-11-26run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason
2021-11-26worktree: stop being overly intimate with run_command() internalsEric Sunshine
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-15worktree: fix leak in dwim_branch()Andrzej Hunt
2021-01-30worktree: teach `list` verbose modeRafael Silva
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva
2021-01-30worktree: libify should_prune_worktree()Rafael Silva
2020-12-22worktree: teach `repair` to fix multi-directional breakageEric Sunshine
2020-12-01Merge branch 'mt/worktree-error-message-fix'Junio C Hamano
2020-11-22worktree: fix order of arguments in error messageMatheus Tavares
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva
2020-09-19Merge branch 'es/wt-add-detach'Junio C Hamano
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano
2020-09-07worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine
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-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King