summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-12-03completion: avoid user confusion in non-cone modeElijah Newren1-2/+7
2023-12-03t6301: write invalid object ID via `test-tool ref-store`Patrick Steinhardt1-7/+6
2023-12-03t5551: stop writing packed-refs directlyPatrick Steinhardt1-1/+3
2023-12-03t5401: speed up creation of many branchesPatrick Steinhardt1-4/+2
2023-12-03t4013: simplify magic parsing and drop "failure"Patrick Steinhardt1-15/+12
2023-12-03t3310: stop checking for reference existence via `test -f`Patrick Steinhardt1-3/+3
2023-12-03t1417: make `reflog --updateref` tests backend agnosticPatrick Steinhardt1-3/+7
2023-12-03t1410: use test-tool to create empty reflogPatrick Steinhardt1-2/+2
2023-12-03t1401: stop treating FETCH_HEAD as real referencePatrick Steinhardt1-2/+2
2023-12-03t1400: split up generic reflog tests from the reffile-specific onesPatrick Steinhardt1-6/+35
2023-12-03t0410: mark tests to require the reffiles backendPatrick Steinhardt1-2/+2
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe4-7/+7
2023-11-27column: release strbuf and string_list after useRené Scharfe1-0/+1
2023-11-26replay: stop assuming replayed branches do not divergeElijah Newren1-0/+52
2023-11-26replay: add --contained to rebase contained branchesElijah Newren1-0/+29
2023-11-26replay: add --advance or 'cherry-pick' modeElijah Newren1-0/+34
2023-11-26replay: use standard revision rangesElijah Newren2-11/+19
2023-11-26replay: make it a minimal server side commandElijah Newren2-16/+42
2023-11-26replay: remove HEAD related sanity checkElijah Newren1-2/+0
2023-11-26replay: introduce new builtinElijah Newren5-254/+69
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren2-10/+8
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt3-5/+11
2023-11-26doc: refer to internet archiveJosh Soref2-2/+2
2023-11-26doc: switch links to httpsJosh Soref9-10/+10
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano1-3/+3
2023-11-23t0212: test URL redacting in EVENT formatJeff Hostetler2-0/+95
2023-11-23t0211: test URL redacting in PERF formatJeff Hostetler1-1/+20
2023-11-23trace2: redact passwords from https:// URLs by defaultJohannes Schindelin1-1/+19
2023-11-22merge-file: add --diff-algorithm optionAntonin Delpeuch1-1/+123
2023-11-17t5510: ensure that the packed-refs file needs lockingPatrick Steinhardt1-0/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger4-4/+4
2023-11-16t/perf: add perf tests for for-each-refVictoria Dye1-0/+87
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye2-2/+24
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye3-3/+131
2023-11-16rebase: support --autosquash without -iAndy Koppe1-10/+28
2023-11-16rebase: fully ignore rebase.autoSquash without -iAndy Koppe1-12/+0
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt3-6/+7
2023-11-11t9164: fix inability to find basename(1) in Subversion hooksPatrick Steinhardt1-1/+8
2023-11-11t/lib-httpd: stop using legacy crypt(3) for authenticationPatrick Steinhardt2-2/+2
2023-11-11t/lib-httpd: dynamically detect httpd and modules pathPatrick Steinhardt1-4/+13
2023-11-10format-patch: fix ignored encode_email_headers for cover letterSimon Ser1-0/+10
2023-11-10unit-tests: do show relative file pathsJohannes Schindelin1-4/+48
2023-11-10unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin1-1/+1
2023-11-10unit tests: add TAP unit test frameworkPhillip Wood7-1/+767
2023-11-09commit-graph: check order while reading fanout chunkJeff King1-0/+1
2023-11-09commit-graph: use fanout value for graph sizeJeff King1-2/+3
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King1-5/+5
2023-11-09midx: check consistency of fanout tableJeff King1-0/+14
2023-11-09ci: install test dependencies for linux-muslPatrick Steinhardt1-1/+16
2023-11-08Merge branch 'tb/rev-list-unpacked-fix'Junio C Hamano3-0/+33