summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-10/+4
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-28transport: propagate fsck configuration during bundle fetchJustin Tobler1-0/+20
2024-11-28bundle: add bundle verification options typeJustin Tobler1-2/+4
2024-10-08transport.c::handshake: make use of server options from remoteXing Xin1-0/+3
2024-10-08transport: introduce parse_transport_option() methodXing Xin1-0/+12
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt1-1/+10
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano1-0/+8
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-22transport: fix leaking negotiation tipsPatrick Steinhardt1-0/+4