summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7Junio C Hamano19-1/+32
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt1-9/+40
2024-09-16reftable/reader: make table iterator reseekablePatrick Steinhardt2-0/+172
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt5-179/+176
2024-09-16builtin/receive-pack: fix exclude patterns when announcing refsPatrick Steinhardt1-0/+8
2024-09-16refs: properly apply exclude patterns to namespaced refsPatrick Steinhardt1-0/+1
2024-09-16t9001: use a more distinct fake BugIDJeff King1-2/+2
2024-09-14print an error when remote helpers die during capabilitiesJeff King1-0/+11
2024-09-13Merge branch 'bl/trailers-and-incomplete-last-line-fix'Junio C Hamano1-0/+40
2024-09-13Merge branch 'rs/diff-exit-code-fix'Junio C Hamano1-0/+37
2024-09-13Merge branch 'ds/scalar-no-tags'Junio C Hamano1-0/+18
2024-09-13Merge branch 'ps/stash-keep-untrack-empty-fix' into maint-2.46Junio C Hamano1-0/+15
2024-09-13Merge branch 'ps/index-pack-outside-repo-fix' into maint-2.46Junio C Hamano1-0/+39
2024-09-13t5512.40 sometimes dies by SIGPIPEJunio C Hamano1-0/+1
2024-09-13Git.pm: fix bare repository search with Directory optionJeff King2-1/+7
2024-09-12t/interop: allow per-version make optionsJeff King3-3/+13
2024-09-12Merge branch 'kl/cat-file-on-sparse-index'Junio C Hamano1-5/+45
2024-09-12Merge branch 'jk/messages-with-excess-lf-fix'Junio C Hamano3-10/+10
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano1-16/+85
2024-09-12Merge branch 'tb/multi-pack-reuse-fix'Junio C Hamano1-4/+31
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano7-174/+135
2024-09-12Merge branch 'ps/index-pack-outside-repo-fix'Junio C Hamano1-0/+39
2024-09-12Merge branch 'jc/tests-no-useless-tee' into maint-2.46Junio C Hamano2-3/+3
2024-09-12Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46Junio C Hamano1-0/+32
2024-09-12Merge branch 'jc/patch-id' into maint-2.46Junio C Hamano1-0/+40
2024-09-12Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46Junio C Hamano1-0/+62
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt1-0/+2
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt1-1/+2
2024-09-11t0211: add missing LIBCURL prereqMartin Ågren1-2/+4
2024-09-11t1517: add missing LIBCURL prereqMartin Ågren1-1/+1
2024-09-10chainlint: reduce annotation noise-factorEric Sunshine2-2/+3
2024-09-10chainlint: make error messages self-explanatoryEric Sunshine44-90/+104
2024-09-10chainlint: don't be fooled by "?!...?!" in test bodyEric Sunshine1-5/+8
2024-09-10ref-filter: fix leak with unterminated %(if) atomsPatrick Steinhardt1-0/+1
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+1
2024-09-09ref-filter: store ref_trailer_buf data per-atomJeff King1-0/+19
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King1-0/+18
2024-09-09t6300: drop newline from wrapped test titleJeff King1-2/+1
2024-09-09Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-excludeJunio C Hamano5-27/+1325
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-09apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie1-0/+40
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap5-27/+1211
2024-09-08diff: report dirty submodules as changes in builtin_diff()René Scharfe1-0/+21
2024-09-08diff: report copies and renames as changes in run_diff_cmd()René Scharfe1-0/+16
2024-09-06scalar: add --no-tags option to 'scalar clone'Derrick Stolee1-0/+18
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano1-1/+1