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-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.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
2022-10-05promisor-remote: die upon failing fetchJonathan Tan
2022-10-05promisor-remote: remove a return valueJonathan Tan
2022-09-13Merge branch 'sg/xcalloc-cocci-fix' into maintJunio C Hamano
2022-08-24promisor-remote: fix xcalloc() argument orderSZEDER Gábor
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-07-17Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan
2021-06-28promisor-remote: support per-repository configJonathan Tan
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan
2021-06-16promisor-remote: output trace2 statistics for number of objects fetchedElijah Newren
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-09-22promisor-remote: remove unused variableJonathan Tan
2020-08-19promisor-remote: lazy-fetch objects in subprocessJonathan Tan
2020-04-29Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2019-11-13promisor-remote: remove fetch_if_missing=0Jonathan Tan
2019-10-02promisor-remote: skip move_to_tail when no-opEmily Shaffer
2019-06-26Move core_partial_clone_filter_default to promisor-remote.cChristian Couder
2019-06-26Move repository_format_partial_clone to promisor-remote.cChristian Couder
2019-06-26Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}Christian Couder
2019-06-26promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-26promisor-remote: use repository_format_partial_cloneChristian Couder
2019-06-26promisor-remote: add promisor_remote_reinit()Christian Couder
2019-06-26promisor-remote: implement promisor_remote_get_direct()Christian Couder
2019-06-26Add initial support for many promisor remotesChristian Couder