Age | Commit message (Expand) | Author | Files | Lines |
2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
2025-03-18 | promisor-remote: compare remote names case sensitively | Christian Couder | 1 | -2/+2 |
2025-03-18 | promisor-remote: fix possible issue when no URL is advertised | Christian Couder | 1 | -1/+6 |
2025-03-18 | promisor-remote: fix segfault when remote URL is missing | Christian Couder | 1 | -8/+8 |
2025-02-18 | promisor-remote: check advertised name or URL | Christian Couder | 1 | -6/+54 |
2025-02-18 | Add 'promisor-remote' capability to protocol v2 | Christian Couder | 1 | -0/+194 |
2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -1/+1 |
2024-09-27 | promisor-remote: fix leaking partial clone filter | Patrick Steinhardt | 1 | -0/+2 |
2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
2024-06-06 | Merge branch 'th/quiet-lazy-fetch-from-promisor' | Junio C Hamano | 1 | -0/+3 |
2024-05-26 | promisor-remote: add promisor.quiet configuration option | Tom Hughes | 1 | -0/+3 |
2024-04-29 | Sync with 2.44.1 | Johannes Schindelin | 1 | -0/+10 |
2024-04-19 | Sync with 2.41.1 | Johannes Schindelin | 1 | -0/+10 |
2024-04-19 | Sync with 2.40.2 | Johannes Schindelin | 1 | -0/+10 |
2024-04-17 | upload-pack: disable lazy-fetching by default | Jeff King | 1 | -0/+10 |
2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -1/+3 |
2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -1/+3 |
2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
2023-04-11 | treewide: remove unnecessary cache.h inclusion | Elijah Newren | 1 | -1/+1 |
2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
2022-10-05 | promisor-remote: die upon failing fetch | Jonathan Tan | 1 | -1/+10 |
2022-10-05 | promisor-remote: remove a return value | Jonathan Tan | 1 | -8/+4 |
2022-09-13 | Merge branch 'sg/xcalloc-cocci-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2022-08-24 | promisor-remote: fix xcalloc() argument order | SZEDER Gábor | 1 | -1/+1 |
2022-06-10 | Merge branch 'ab/env-array' | Junio C Hamano | 1 | -1/+1 |
2022-06-02 | run-command API: rename "env_array" to "env" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -1/+1 |
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 |