summary refs log tree commit diff
path: root/promisor-remote.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano1-49/+54
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan1-4/+5
2021-06-28promisor-remote: support per-repository configJonathan Tan1-43/+55
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan1-10/+3
2021-06-16promisor-remote: output trace2 statistics for number of objects fetchedElijah Newren1-2/+5
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2020-09-21promisor-remote: remove unused variableJonathan Tan1-5/+0
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan1-25/+21
2020-04-28Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano1-0/+3
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-1/+1
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan1-0/+3
2019-11-13promisor-remote: remove fetch_if_missing=0Jonathan Tan1-3/+0
2019-10-02promisor-remote: skip move_to_tail when no-opEmily Shaffer1-0/+3
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder1-0/+5
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder1-0/+7
2019-06-25Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}Christian Couder1-1/+39
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-0/+15
2019-06-25promisor-remote: use repository_format_partial_cloneChristian Couder1-0/+23
2019-06-25promisor-remote: add promisor_remote_reinit()Christian Couder1-2/+20
2019-06-25promisor-remote: implement promisor_remote_get_direct()Christian Couder1-0/+67
2019-06-25Add initial support for many promisor remotesChristian Couder1-0/+92