summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-04-16Merge branch 'jt/rev-list-z'Junio C Hamano2-0/+82
2025-04-16Merge branch 'sk/clar-trailer-urlmatch-norm-test'Junio C Hamano4-361/+340
2025-04-16Merge branch 'jt/ref-transaction-abort-fix'Junio C Hamano1-0/+13
2025-04-16t9811: be more precise to check importing of tagsAnthony Wang1-5/+4
2025-04-16request-pull: stop depending on PerlPatrick Steinhardt1-6/+0
2025-04-15Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano1-3/+2
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano1-2/+8
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano2-0/+20
2025-04-15Merge branch 'ds/maintenance-loose-objects-batchsize'Junio C Hamano1-0/+28
2025-04-15Merge branch 'lo/userdiff-gitconfig'Junio C Hamano5-0/+38
2025-04-15Merge branch 'kn/reflog-drop'Junio C Hamano1-2/+124
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano3-3/+4
2025-04-15Merge branch 'md/t1403-path-is-file'Junio C Hamano1-1/+1
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano1-0/+53
2025-04-15Merge branch 'ps/test-wo-perl-prereq' into ps/fewer-perlJunio C Hamano83-372/+470
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt5-5/+5
2025-04-14p7821: fix instructions for testing with threadsPhilippe Blain1-1/+1
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt1-0/+15
2025-04-08builtin/update-server-info: remove unnecessary if statementUsman Akinyemi1-0/+7
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano3-3/+4
2025-04-08bundle: fix non-linear performance scaling with refsKarthik Nayak1-4/+0
2025-04-08t6020: test for duplicate refnames in bundle creationKarthik Nayak1-0/+57
2025-04-08tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithmElijah Newren28-861/+236
2025-04-08merge, sequencer: switch recursive merges over to ortElijah Newren1-2/+0
2025-04-08builtin/merge-recursive: switch to using merge_ort_generic()Elijah Newren3-43/+20
2025-04-08Merge branch 'tb/incremental-midx-part-2'Junio C Hamano1-0/+87
2025-04-08Merge branch 'ps/reftable-sans-compat-util'Junio C Hamano3-25/+67
2025-04-08update-ref: add --batch-updates flag for stdin modeKarthik Nayak1-0/+233
2025-04-08builtin/maintenance: introduce "reflog-expire" taskPatrick Steinhardt1-0/+18
2025-04-07reftable/table: move printing logic into test helperPatrick Steinhardt2-1/+77
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt5-48/+48
2025-04-07reftable/table: introduce iterator for table blocksPatrick Steinhardt1-0/+110
2025-04-07reftable/block: expose a generic iterator over reftable recordsPatrick Steinhardt1-0/+78
2025-04-07reftable/block: make block iterators reseekablePatrick Steinhardt1-15/+11
2025-04-07reftable/block: rename `block_reader` to `reftable_block`Patrick Steinhardt1-51/+51
2025-04-07reftable/block: rename `block` to `block_data`Patrick Steinhardt1-5/+5
2025-04-07reftable/table: move reading block into block readerPatrick Steinhardt1-36/+40
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt2-6/+6
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt6-139/+139
2025-04-07blame: print unblamable and ignored commits in porcelain modeKarthik Nayak1-0/+38
2025-04-07t5703: refactor test to not depend on PerlPatrick Steinhardt1-17/+8
2025-04-07t5316: refactor `max_chain()` to not depend on PerlPatrick Steinhardt1-9/+9
2025-04-07t0210: refactor trace2 scrubbing to not use PerlPatrick Steinhardt2-72/+43
2025-04-07t0021: refactor `generate_random_characters()` to not depend on PerlPatrick Steinhardt1-4/+3
2025-04-07t/lib-httpd: refactor "one-time-perl" CGI script to not depend on PerlPatrick Steinhardt8-77/+86
2025-04-07t/lib-t6000: refactor `name_from_description()` to not depend on PerlPatrick Steinhardt3-19/+6
2025-04-07t/lib-gpg: refactor `sanitize_pgp()` to not depend on PerlPatrick Steinhardt2-16/+11
2025-04-07t: refactor tests depending on Perl for textconv scriptsPatrick Steinhardt3-36/+13
2025-04-07t: refactor tests depending on Perl to print dataPatrick Steinhardt14-67/+51
2025-04-07t: refactor tests depending on Perl substitution operatorPatrick Steinhardt11-60/+40