| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -2/+3 |
| 2025-07-07 | Sync with Git 2.50.1 | Junio C Hamano | 1 | -0/+22 |
| 2025-07-01 | odb: get rid of `the_repository` in `odb_mkstemp()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-18 | Merge branch 'jm/bundle-uri-debug-output-to-fp' | Junio C Hamano | 1 | -1/+1 |
| 2025-06-15 | Sync with 2.49.1 | Junio C Hamano | 1 | -0/+22 |
| 2025-06-04 | bundle-uri: send debug output to given FILE * stream | Jan Mazur | 1 | -1/+1 |
| 2025-05-28 | Sync with 2.47.3 | Taylor Blau | 1 | -0/+22 |
| 2025-05-28 | Sync with 2.46.4 | Taylor Blau | 1 | -0/+22 |
| 2025-05-28 | Sync with 2.45.4 | Taylor Blau | 1 | -0/+22 |
| 2025-05-27 | Merge branch 'js/misc-fixes' | Junio C Hamano | 1 | -5/+7 |
| 2025-05-23 | bundle-uri: fix arbitrary file writes via parameter injection | Patrick Steinhardt' via Git Security | 1 | -0/+22 |
| 2025-05-19 | Merge branch 'sc/bundle-uri-use-all-refs-in-bundle' | Junio C Hamano | 1 | -1/+1 |
| 2025-05-15 | bundle-uri: avoid using undefined output of `sscanf()` | Johannes Schindelin | 1 | -5/+7 |
| 2025-04-25 | bundle-uri: copy all bundle references ino the refs/bundle space | Scott Chacon | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-11-28 | bundle: add bundle verification options type | Justin Tobler | 1 | -2/+5 |
| 2024-10-10 | bundle-uri: plug leak in unbundle_from_file() | Toon Claes | 1 | -5/+13 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-12 | environment: move object database functions into object layer | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-22 | fetch: add top-level trace2 regions | Josh Steadmon | 1 | -0/+4 |
| 2024-07-08 | Merge branch 'xx/bundie-uri-fixes' | Junio C Hamano | 1 | -3/+3 |
| 2024-06-20 | unbundle: extend object verification for fetches | Xing Xin | 1 | -1/+2 |
| 2024-06-20 | bundle-uri: verify oid before writing refs | Xing Xin | 1 | -2/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -5/+7 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-08-29 | bundle-uri: mark unused parameters in callbacks | Jeff King | 1 | -3/+3 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+7 |
| 2023-06-28 | config: pass ctx with config files | Glen Choo | 1 | -0/+1 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+6 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -1/+2 |
| 2023-04-24 | treewide: remove cache.h inclusion due to previous changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-24 | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | fetch_bundle_uri(): drop pointless NULL check | Jeff King | 1 | -2/+2 |
| 2023-04-06 | Merge branch 'ds/fetch-bundle-uri-with-all' | Junio C Hamano | 1 | -0/+9 |
| 2023-03-31 | fetch: download bundles once, even with --all | Derrick Stolee | 1 | -0/+9 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-24 | serve: use repository pointer to get config | Jeff King | 1 | -1/+1 |
| 2023-02-15 | Merge branch 'ds/bundle-uri-5' | Junio C Hamano | 1 | -3/+246 |
| 2023-01-31 | bundle-uri: store fetch.bundleCreationToken | Derrick Stolee | 1 | -2/+46 |
| 2023-01-31 | clone: set fetch.bundleURI if appropriate | Derrick Stolee | 1 | -1/+4 |
| 2023-01-31 | bundle-uri: download in creationToken order | Derrick Stolee | 1 | -2/+154 |
| 2023-01-31 | bundle-uri: parse bundle.<id>.creationToken values | Derrick Stolee | 1 | -0/+10 |
| 2023-01-31 | bundle-uri: parse bundle.heuristic=creationToken | Derrick Stolee | 1 | -0/+34 |
| 2023-01-08 | convert trivial uses of strncmp() to starts_with() | Jeff King | 1 | -1/+1 |
| 2022-12-25 | bundle-uri: download bundles from an advertised list | Derrick Stolee | 1 | -0/+21 |
| 2022-12-25 | bundle-uri: allow relative URLs in bundle lists | Derrick Stolee | 1 | -1/+15 |
| 2022-12-25 | bundle-uri: serve bundle.* keys from config | Derrick Stolee | 1 | -1/+15 |
| 2022-12-25 | protocol v2: add server-side "bundle-uri" skeleton | Ævar Arnfjörð Bjarmason | 1 | -0/+36 |
| 2022-10-12 | bundle-uri: suppress stderr from remote-https | Derrick Stolee | 1 | -0/+1 |
| 2022-10-12 | bundle-uri: quiet failed unbundlings | Derrick Stolee | 1 | -1/+2 |
| 2022-10-12 | bundle: add flags to verify_bundle() | Derrick Stolee | 1 | -1/+6 |
| 2022-10-12 | bundle-uri: fetch a list of bundles | Derrick Stolee | 1 | -16/+187 |
| 2022-10-12 | bundle-uri: limit recursion depth for bundle lists | Derrick Stolee | 1 | -1/+20 |
| 2022-10-12 | bundle-uri: parse bundle list in config format | Derrick Stolee | 1 | -0/+27 |
| 2022-10-12 | bundle-uri: unit test "key=value" parsing | Ævar Arnfjörð Bjarmason | 1 | -0/+33 |
| 2022-10-12 | bundle-uri: create "key=value" line parsing | Ævar Arnfjörð Bjarmason | 1 | -1/+26 |
| 2022-10-12 | bundle-uri: create base key-value pair parsing | Derrick Stolee | 1 | -0/+76 |
| 2022-10-12 | bundle-uri: create bundle_list struct and helpers | Derrick Stolee | 1 | -0/+60 |
| 2022-10-12 | bundle-uri: use plain string in find_temp_filename() | Derrick Stolee | 1 | -12/+16 |
| 2022-08-10 | bundle-uri: add support for http(s):// and file:// | Derrick Stolee | 1 | -3/+67 |
| 2022-08-10 | bundle-uri: create basic file-copy logic | Derrick Stolee | 1 | -0/+104 |