summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-05-28Sync with 2.47.3Taylor Blau-0/+67
2025-05-28Sync with 2.46.4Taylor Blau-0/+67
2025-05-28Sync with 2.45.4Taylor Blau-0/+67
2025-05-28Sync with 2.44.4Taylor Blau-0/+67
2025-05-28Sync with 2.43.7Taylor Blau-0/+67
2025-05-28fast-export: --signed-commits is experimentalJunio C Hamano-16/+4
2025-05-28Merge branch 'jt/config-quote-cr' into maint-2.43Taylor Blau-0/+44
2025-05-28Merge branch 'jt/receive-pack-skip-connectivity-check'Junio C Hamano-45/+88
2025-05-28Merge branch 'kn/passing-leak-tests'Junio C Hamano-8/+0
2025-05-27Merge branch 'en/sequencer-comment-messages'Junio C Hamano-83/+83
2025-05-27Merge branch 'sj/use-mmap-to-check-packed-refs'Junio C Hamano-0/+17
2025-05-27Merge branch 'ds/sparse-apply-add-p'Junio C Hamano-0/+154
2025-05-27Merge branch 'en/merge-tree-check'Junio C Hamano-0/+38
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano-201/+158
2025-05-27Merge branch 'md/userdiff-bash-shell-function'Junio C Hamano-0/+110
2025-05-27apply: set file mode when --reverse creates a deleted fileMark Mentovai-2/+163
2025-05-27t4129: test that git apply warns for unexpected mode changesMark Mentovai-5/+65
2025-05-23Merge branch 'ds/scalar-no-maintenance'Junio C Hamano-3/+34
2025-05-23bundle-uri: fix arbitrary file writes via parameter injectionPatrick Steinhardt' via Git Security-0/+23
2025-05-23config: quote values containing CR characterJustin Tobler-0/+44
2025-05-22diff --no-index: support limiting by pathspecJacob Keller-0/+75
2025-05-20t: remove unexpected SANITIZE_LEAK variablesKarthik Nayak-8/+0
2025-05-20builtin/receive-pack: add option to skip connectivity checkJustin Tobler-0/+22
2025-05-20t5410: test receive-pack connectivity checkJustin Tobler-2/+23
2025-05-19Merge branch 'ps/reftable-read-block-perffix'Junio C Hamano-5/+10
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano-1/+1
2025-05-19Merge branch 'rc/t1001-test-path-is-file'Junio C Hamano-1/+1
2025-05-19Merge branch 'sc/bundle-uri-use-all-refs-in-bundle'Junio C Hamano-86/+116
2025-05-19Merge branch 'pw/sequencer-reflog-use-after-free'Junio C Hamano-1/+10
2025-05-19receive-pack: use batched reference updatesKarthik Nayak-7/+8
2025-05-19send-pack: fix memory leak around duplicate refsKarthik Nayak-0/+6
2025-05-16merge-tree: add a new --quiet flagElijah Newren-0/+38
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren-83/+83
2025-05-16pack-objects: allow --shallow and --path-walkDerrick Stolee-1/+9
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee-0/+22
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee-8/+6
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee-0/+10
2025-05-16repack: add --path-walk optionDerrick Stolee-10/+8
2025-05-16t5538: add tests to confirm deltas in shallow pushesDerrick Stolee-0/+33
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee-5/+48
2025-05-16p5313: add performance tests for --path-walkDerrick Stolee-14/+23
2025-05-16pack-objects: update usage to match docsDerrick Stolee-1/+0
2025-05-16pack-objects: add --path-walk optionDerrick Stolee-0/+15
2025-05-16p2000: add performance test for patch-mode commandsDerrick Stolee-0/+3
2025-05-16reset: integrate sparse index with --patchDerrick Stolee-2/+40
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee-0/+60
2025-05-16apply: integrate with the sparse indexDerrick Stolee-0/+53
2025-05-16userdiff: extend Bash pattern to cover more shell function formsMoumita Dhar-0/+110
2025-05-16hash-object: stop allowing unknown typesJeff King-9/+2
2025-05-16t: add lib-loose.shJeff King-5/+38