summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-07-23Merge branch 'ds/midx-write-repack-fix'Junio C Hamano1-0/+55
2024-07-20add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood1-0/+19
2024-07-19midx-write: revert use of --stdin-packsDerrick Stolee1-1/+1
2024-07-18t5319: add failing test case for repack/expireDerrick Stolee1-0/+55
2024-07-18Merge branch 'jk/am-retry'Junio C Hamano1-1/+1
2024-07-17Merge branch 'js/var-git-shell-path'Junio C Hamano1-1/+1
2024-07-17Merge branch 'kn/push-empty-fix'Junio C Hamano1-0/+17
2024-07-17Merge branch 'jk/test-body-in-here-doc'Junio C Hamano160-1026/+1286
2024-07-17Merge branch 'rj/test-sanitize-leak-log-fix'Junio C Hamano2-46/+20
2024-07-17t4153: stop redirecting input from /dev/zeroJeff King1-1/+1
2024-07-16Revert "reflog expire: don't use lookup_commit_reference_gently()"Junio C Hamano1-0/+8
2024-07-16Merge branch 'bc/http-proactive-auth'Junio C Hamano1-0/+116
2024-07-16Merge branch 'ds/advice-sparse-index-expansion'Junio C Hamano1-1/+15
2024-07-16Merge branch 'cb/send-email-sanitize-trailer-addresses'Junio C Hamano1-0/+43
2024-07-16Merge branch 'en/ort-inner-merge-error-fix'Junio C Hamano1-1/+41
2024-07-16t-strvec: fix type mismatch in check_strvecRené Scharfe1-1/+2
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano2-1/+551
2024-07-15Merge branch 'jc/disable-push-nego-for-deletion'Junio C Hamano1-0/+10
2024-07-15Merge branch 'jk/tests-without-dns'Junio C Hamano3-7/+6
2024-07-15Merge branch 'gt/unit-test-oidmap'Junio C Hamano5-239/+181
2024-07-15Merge branch 'as/describe-broken-refresh-index-fix'Junio C Hamano1-0/+36
2024-07-15Merge branch 'rj/t0613-no-longer-leaks'Junio C Hamano1-0/+1
2024-07-15Merge branch 'rj/t0612-no-longer-leaks'Junio C Hamano1-0/+1
2024-07-15t-strvec: improve check_strvec() outputRené Scharfe1-32/+14
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch4-0/+111
2024-07-13var(win32): do report the GIT_SHELL_PATH that is actually usedJohannes Schindelin1-1/+1
2024-07-12t-reftable-merged: add test for REFTABLE_FORMAT_ERRORChandra Pratap1-0/+3
2024-07-12t-reftable-merged: use reftable_ref_record_equal to compare ref recordsChandra Pratap1-1/+1
2024-07-12t-reftable-merged: add tests for reftable_merged_table_max_update_indexChandra Pratap1-0/+2
2024-07-12t-reftable-merged: improve the const-correctness of helper functionsChandra Pratap1-10/+9
2024-07-12t-reftable-merged: improve the test t_merged_single_record()Chandra Pratap1-5/+10
2024-07-12t: harmonize t-reftable-merged.c with coding guidelinesChandra Pratap1-40/+28
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap2-1/+466
2024-07-12builtin/push: call set_refspecs after validating remoteKarthik Nayak1-0/+17
2024-07-11test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by defaultRubén Justo2-46/+17
2024-07-10t/.gitattributes: ignore whitespace in chainlint expect filesJeff King1-1/+1
2024-07-10t: convert some here-doc test bodiesJeff King2-117/+117
2024-07-10test-lib: allow test snippets as here-docsJeff King2-5/+35
2024-07-10chainlint.pl: add tests for test body in heredocJeff King8-0/+50
2024-07-10chainlint.pl: recognize test bodies defined via heredocEric Sunshine1-5/+22
2024-07-10chainlint.pl: check line numbers in expected outputJeff King74-894/+913
2024-07-10chainlint.pl: force CRLF conversion when opening input filesJeff King1-1/+1
2024-07-10chainlint.pl: do not spawn more threads than we have scriptsJeff King1-0/+1
2024-07-10chainlint.pl: only start threads if jobs > 1Jeff King1-1/+2
2024-07-10chainlint.pl: add test_expect_success call to test snippetsJeff King73-3/+145
2024-07-09http: allow authenticating proactivelybrian m. carlson1-0/+116
2024-07-08Merge branch 'xx/bundie-uri-fixes'Junio C Hamano2-4/+218
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano78-2/+89
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano4-18/+389
2024-07-08Merge branch 'db/date-underflow-fix'Junio C Hamano1-6/+45