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
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07worktree: fix a trivial leak in prune_worktrees()Ævar Arnfjörð Bjarmason
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: make "worktree" consistentÆvar Arnfjörð Bjarmason
2022-10-13worktree: define subcommand -h in terms of command -hÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
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