summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge branch 'ps/cat-file-remote-object-info-type'Junio C Hamano1-11/+13
2026-08-07transport: drop remote object-info fields from transport structJeff King1-5/+9
2026-08-07fetch-object-info: die() on the remaining error pathPablo Sabater1-6/+6
2026-08-07fetch-object-info: use dedicated struct for the resultsPablo Sabater1-2/+1
2026-08-07fetch-object-info: pass arguments directly instead of a structPablo Sabater1-6/+5
2026-08-03Merge branch 'hn/url-push-tracking'Junio C Hamano1-1/+4
2026-07-24cat-file: make remote-object-info allow-list adapt to the serverPablo Sabater1-1/+0
2026-07-24transport: add client support for object-infoCalvin Wan1-0/+45
2026-07-22remote: find tracking branches for URL push destinationsHarald Nordgren1-1/+4
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-2/+2
2026-06-02Merge branch 'jk/connect-service-enum'Junio C Hamano1-6/+8
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-6/+14
2026-05-20send-pack: pass negotiation config in pushDerrick Stolee1-0/+2
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee1-1/+7
2026-05-20transport: rename negotiation_tipsDerrick Stolee1-5/+5
2026-05-19connect: use "service" enum for "name" argumentJeff King1-6/+8
2026-05-11Merge branch 'jc/neuter-sideband-fixup'Junio C Hamano1-0/+3
2026-04-10hook: allow pre-push parallel executionAdrian Ratiu1-2/+4
2026-04-03Merge branch 'ar/config-hook-cleanups'Junio C Hamano1-1/+2
2026-03-25hook: fix minor style issuesAdrian Ratiu1-1/+2
2026-03-24Merge branch 'jk/transport-color-leakfix'Junio C Hamano1-3/+3
2026-03-16transport: plug leaks in transport_color_config()Jeff King1-3/+3
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano1-7/+20
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano1-44/+51
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano1-44/+64
2026-03-06sideband: offer to configure sanitizing on a per-URL basisJohannes Schindelin1-0/+3
2026-02-25Merge branch 'cc/lop-filter-auto'Junio C Hamano1-0/+1
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu1-7/+20
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder1-0/+1
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2026-01-28transport: convert pre-push to hook APIEmily Shaffer1-44/+51
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-45/+44
2025-12-28transport: convert pre-push to hook APIEmily Shaffer1-44/+45
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano1-1/+1
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano1-1/+1
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano1-1/+1
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-4/+4
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-1/+1
2025-02-18Merge branch 'ps/send-pack-unhide-error-in-atomic-push'Junio C Hamano1-9/+8
2025-02-06Merge branch 'js/bundle-unbundle-fd-reuse-fix'Junio C Hamano1-0/+1
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin1-9/+1
2025-02-03send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"Jiang Xin1-0/+7
2025-01-25bundle: avoid closing file descriptor twiceJohannes Schindelin1-0/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-9/+4
2024-12-18send-pack: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-9/+4