summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-13csum-file: introduce `hashfd_ext()`Patrick Steinhardt2-9/+27
2026-03-13sideband: use writev(3p) to send pktlinesPatrick Steinhardt1-3/+11
2026-03-13wrapper: introduce writev(3p) wrappersPatrick Steinhardt4-0/+59
2026-03-13compat/posix: introduce writev(3p) wrapperPatrick Steinhardt5-0/+65
2026-03-13upload-pack: reduce lock contention when writing packfile dataPatrick Steinhardt1-0/+7
2026-03-13upload-pack: prefer flushing data over sending keepalivePatrick Steinhardt1-6/+15
2026-03-13upload-pack: adapt keepalives based on bufferingPatrick Steinhardt1-9/+40
2026-03-13upload-pack: fix debug statement when flushing packfile dataPatrick Steinhardt1-3/+1
2026-03-13t0410: modernize delete_object helperSiddharth Shrimali1-1/+4
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler6-79/+196
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler5-21/+29
2026-03-12commit: remove unused forward declarationJustin Tobler1-2/+0
2026-03-12transport-helper, connect: use clean_on_exit to reap children on abnormal exitAndrew Au2-0/+6
2026-03-12The 16th batchJunio C Hamano1-0/+10
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano23-354/+953
2026-03-12Merge branch 'hn/status-compare-with-push'Junio C Hamano3-37/+520
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano4-24/+77
2026-03-12The 15th batchJunio C Hamano1-0/+24
2026-03-12Merge branch 'sp/send-email-validate-charset'Junio C Hamano2-4/+23
2026-03-12Merge branch 'dt/send-email-client-cert'Junio C Hamano3-11/+71
2026-03-12Merge branch 'ps/ci-gitlab-prepare-for-macos-14-deprecation'Junio C Hamano2-36/+46
2026-03-12Merge branch 'ag/send-email-sasl-with-host-port'Junio C Hamano1-0/+2
2026-03-12Merge branch 'ss/t9123-setup-inside-test-expect-success'Junio C Hamano1-6/+9
2026-03-12Merge branch 'sk/oidmap-clear-with-custom-free-func'Junio C Hamano4-6/+88
2026-03-12Merge branch 'jt/doc-submitting-patches-study-before-sending'Junio C Hamano1-0/+13
2026-03-12Merge branch 'os/doc-custom-subcommand-on-path'Junio C Hamano1-0/+8
2026-03-12Merge branch 'ss/t3700-modernize'Junio C Hamano1-18/+31
2026-03-12Merge branch 'lp/doc-gitprotocol-pack-fixes'Junio C Hamano1-8/+10
2026-03-12Merge branch 'kj/path-micro-code-cleanup'Junio C Hamano1-7/+6
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano25-81/+1734
2026-03-12t9200: replace test -f with modern path helperPablo Sabater1-1/+1
2026-03-12builtin/mktree: remove USE_THE_REPOSITORY_VARIABLETian Yuchen1-10/+9
2026-03-12odb: introduce generic object countingPatrick Steinhardt7-40/+64
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt4-2/+60
2026-03-12object-file: generalize counting objectsPatrick Steinhardt4-25/+53
2026-03-12object-file: extract logic to approximate object countPatrick Steinhardt3-27/+62
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt2-10/+44
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt8-52/+56
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay8-16/+21
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay4-10/+14
2026-03-11imap-send: move common code into function host_matches()Beat Bolli1-7/+9
2026-03-11imap-send: use the OpenSSL API to access the subject common nameBeat Bolli1-5/+12
2026-03-11imap-send: use the OpenSSL API to access the subject alternative namesBeat Bolli1-3/+7
2026-03-11t: allow use of "sed -E"Junio C Hamano2-2/+2
2026-03-11t9200: handle missing CVS with skip_allPablo Sabater1-7/+11
2026-03-11help: cleanup the contruction of keys_uniqAmisha Chhajed2-51/+77
2026-03-11test-lib: print escape sequence namesPablo Sabater3-22/+53
2026-03-11submodule--helper: replace malloc with xmallocSiddharth Shrimali1-1/+1
2026-03-11t3200: replace hardcoded null OID with $ZERO_OIDSiddharth Shrimali1-1/+2
2026-03-11list-objects-filter-options: avoid strbuf_split_str()Deveshi Dwivedi2-24/+20