Age | Commit message (Expand) | Author | Files | Lines |
2021-07-16 | Merge branch 'jt/partial-clone-submodule-1' | Junio C Hamano | 1 | -49/+54 |
2021-06-28 | promisor-remote: teach lazy-fetch in any repo | Jonathan Tan | 1 | -4/+5 |
2021-06-28 | promisor-remote: support per-repository config | Jonathan Tan | 1 | -43/+55 |
2021-06-28 | repository: move global r_f_p_c to repo struct | Jonathan Tan | 1 | -10/+3 |
2021-06-16 | promisor-remote: output trace2 statistics for number of objects fetched | Elijah Newren | 1 | -2/+5 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
2020-09-21 | promisor-remote: remove unused variable | Jonathan Tan | 1 | -5/+0 |
2020-08-18 | promisor-remote: lazy-fetch objects in subprocess | Jonathan Tan | 1 | -25/+21 |
2020-04-28 | Merge branch 'jt/avoid-prefetch-when-able-in-diff' | Junio C Hamano | 1 | -0/+3 |
2020-04-10 | parse_config_key(): return subsection len as size_t | Jeff King | 1 | -1/+1 |
2020-04-02 | promisor-remote: accept 0 as oid_nr in function | Jonathan Tan | 1 | -0/+3 |
2019-11-13 | promisor-remote: remove fetch_if_missing=0 | Jonathan Tan | 1 | -3/+0 |
2019-10-02 | promisor-remote: skip move_to_tail when no-op | Emily Shaffer | 1 | -0/+3 |
2019-06-25 | Move core_partial_clone_filter_default to promisor-remote.c | Christian Couder | 1 | -0/+5 |
2019-06-25 | Move repository_format_partial_clone to promisor-remote.c | Christian Couder | 1 | -0/+7 |
2019-06-25 | Remove fetch-object.{c,h} in favor of promisor-remote.{c,h} | Christian Couder | 1 | -1/+39 |
2019-06-25 | promisor-remote: parse remote.*.partialclonefilter | Christian Couder | 1 | -0/+15 |
2019-06-25 | promisor-remote: use repository_format_partial_clone | Christian Couder | 1 | -0/+23 |
2019-06-25 | promisor-remote: add promisor_remote_reinit() | Christian Couder | 1 | -2/+20 |
2019-06-25 | promisor-remote: implement promisor_remote_get_direct() | Christian Couder | 1 | -0/+67 |
2019-06-25 | Add initial support for many promisor remotes | Christian Couder | 1 | -0/+92 |