summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-05-23config: quote values containing CR characterJustin Tobler2-0/+44
2025-05-22diff --no-index: support limiting by pathspecJacob Keller1-0/+75
2025-05-20t: remove unexpected SANITIZE_LEAK variablesKarthik Nayak3-8/+0
2025-05-20builtin/receive-pack: add option to skip connectivity checkJustin Tobler1-0/+22
2025-05-20t5410: test receive-pack connectivity checkJustin Tobler2-2/+23
2025-05-19Merge branch 'ps/reftable-read-block-perffix'Junio C Hamano1-5/+10
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano1-1/+1
2025-05-19Merge branch 'rc/t1001-test-path-is-file'Junio C Hamano1-1/+1
2025-05-19Merge branch 'sc/bundle-uri-use-all-refs-in-bundle'Junio C Hamano1-86/+116
2025-05-19Merge branch 'pw/sequencer-reflog-use-after-free'Junio C Hamano1-1/+10
2025-05-19receive-pack: use batched reference updatesKarthik Nayak2-7/+8
2025-05-19send-pack: fix memory leak around duplicate refsKarthik Nayak1-0/+6
2025-05-16merge-tree: add a new --quiet flagElijah Newren1-0/+38
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren5-83/+83
2025-05-16pack-objects: allow --shallow and --path-walkDerrick Stolee1-1/+9
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee2-0/+22
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee2-8/+6
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee1-0/+10
2025-05-16repack: add --path-walk optionDerrick Stolee1-10/+8
2025-05-16t5538: add tests to confirm deltas in shallow pushesDerrick Stolee1-0/+33
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee8-5/+48
2025-05-16p5313: add performance tests for --path-walkDerrick Stolee1-14/+23
2025-05-16pack-objects: update usage to match docsDerrick Stolee1-1/+0
2025-05-16pack-objects: add --path-walk optionDerrick Stolee1-0/+15
2025-05-16p2000: add performance test for patch-mode commandsDerrick Stolee1-0/+3
2025-05-16reset: integrate sparse index with --patchDerrick Stolee1-2/+40
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee1-0/+60
2025-05-16apply: integrate with the sparse indexDerrick Stolee1-0/+53
2025-05-16userdiff: extend Bash pattern to cover more shell function formsMoumita Dhar7-0/+110
2025-05-16hash-object: stop allowing unknown typesJeff King1-9/+2
2025-05-16t: add lib-loose.shJeff King4-5/+38
2025-05-16t/helper: add zlib test-toolJeff King4-0/+65
2025-05-16fsck: stop using object_info->type_name strbufJeff King1-26/+3
2025-05-16cat-file: make --allow-unknown-type a noopJeff King1-161/+50
2025-05-15Merge branch 'jc/t6011-mv-ro-fix'Junio C Hamano1-0/+1
2025-05-15Merge branch 'ps/maintenance-missing-tasks'Junio C Hamano1-0/+115
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo1-0/+17
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano2-0/+430
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano2-10/+30
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano2-7/+24
2025-05-12tests: prepare for a world without whatchangedJunio C Hamano2-7/+7
2025-05-12Merge branch 'ng/xdiff-truly-minimal'Junio C Hamano2-0/+15
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano5-2/+183
2025-05-12you-still-use-that??: help deprecating commands for removalJunio C Hamano1-0/+5
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King1-1/+1
2025-05-12contrib: remove "git-new-workdir"Patrick Steinhardt3-78/+0
2025-05-12reftable: fix perf regression when reading blocks of unwanted typePatrick Steinhardt1-5/+10
2025-05-12t1001: replace 'test -f' with 'test_path_is_file'Rodrigo Carvalho1-1/+1
2025-05-09sequencer: rework reflog message handlingPhillip Wood1-1/+10
2025-05-08Merge branch 'ps/mv-contradiction-fix'Junio C Hamano1-4/+20