summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-13upload-pack: reduce lock contention when writing packfile dataPatrick Steinhardt-0/+7
2026-03-13upload-pack: prefer flushing data over sending keepalivePatrick Steinhardt-6/+15
2026-03-13upload-pack: adapt keepalives based on bufferingPatrick Steinhardt-9/+40
2026-03-13upload-pack: fix debug statement when flushing packfile dataPatrick Steinhardt-3/+1
2026-03-13t0410: modernize delete_object helperSiddharth Shrimali-1/+4
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler-85/+202
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler-21/+29
2026-03-12commit: remove unused forward declarationJustin Tobler-2/+0
2026-03-12transport-helper, connect: use clean_on_exit to reap children on abnormal exitAndrew Au-0/+6
2026-03-12The 16th batchJunio C Hamano-0/+10
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano-354/+953
2026-03-12Merge branch 'hn/status-compare-with-push'Junio C Hamano-37/+520
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano-24/+77
2026-03-12The 15th batchJunio C Hamano-0/+24
2026-03-12Merge branch 'sp/send-email-validate-charset'Junio C Hamano-4/+23
2026-03-12Merge branch 'dt/send-email-client-cert'Junio C Hamano-11/+71
2026-03-12Merge branch 'ps/ci-gitlab-prepare-for-macos-14-deprecation'Junio C Hamano-38/+48
2026-03-12Merge branch 'ag/send-email-sasl-with-host-port'Junio C Hamano-0/+2
2026-03-12Merge branch 'ss/t9123-setup-inside-test-expect-success'Junio C Hamano-6/+9
2026-03-12Merge branch 'sk/oidmap-clear-with-custom-free-func'Junio C Hamano-6/+88
2026-03-12Merge branch 'jt/doc-submitting-patches-study-before-sending'Junio C Hamano-0/+13
2026-03-12Merge branch 'os/doc-custom-subcommand-on-path'Junio C Hamano-0/+8
2026-03-12Merge branch 'ss/t3700-modernize'Junio C Hamano-18/+31
2026-03-12Merge branch 'lp/doc-gitprotocol-pack-fixes'Junio C Hamano-8/+10
2026-03-12Merge branch 'kj/path-micro-code-cleanup'Junio C Hamano-7/+6
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano-81/+1734
2026-03-12t9200: replace test -f with modern path helperPablo Sabater-1/+1
2026-03-12builtin/mktree: remove USE_THE_REPOSITORY_VARIABLETian Yuchen-10/+9
2026-03-12odb: introduce generic object countingPatrick Steinhardt-40/+64
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-2/+60
2026-03-12object-file: generalize counting objectsPatrick Steinhardt-25/+53
2026-03-12object-file: extract logic to approximate object countPatrick Steinhardt-28/+63
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt-10/+44
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt-52/+56
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay-16/+21
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay-10/+14
2026-03-11imap-send: move common code into function host_matches()Beat Bolli-7/+9
2026-03-11imap-send: use the OpenSSL API to access the subject common nameBeat Bolli-5/+12
2026-03-11imap-send: use the OpenSSL API to access the subject alternative namesBeat Bolli-3/+7
2026-03-11t: allow use of "sed -E"Junio C Hamano-2/+2
2026-03-11t9200: handle missing CVS with skip_allPablo Sabater-7/+11
2026-03-11help: cleanup the contruction of keys_uniqAmisha Chhajed-52/+78
2026-03-11test-lib: print escape sequence namesPablo Sabater-22/+53
2026-03-11submodule--helper: replace malloc with xmallocSiddharth Shrimali-1/+1
2026-03-11t3200: replace hardcoded null OID with $ZERO_OIDSiddharth Shrimali-1/+2
2026-03-11list-objects-filter-options: avoid strbuf_split_str()Deveshi Dwivedi-24/+20
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi-13/+13
2026-03-11editorconfig: fix style not applying to subdirs anymorePatrick Steinhardt-1/+5
2026-03-10t7605: use test_path_is_file instead of test -fMansi Singh-3/+3
2026-03-10The 14th batchJunio C Hamano-0/+26