summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano1-6/+0
2023-02-28Merge branch 'zy/t9700-style'Junio C Hamano1-28/+27
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano4-8/+48
2023-02-28Merge branch 'jk/http-test-fixes'Junio C Hamano5-114/+122
2023-02-27Merge branch 'jc/countermand-format-attach'Junio C Hamano1-0/+18
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano1-0/+34
2023-02-27Merge branch 'mh/credential-password-expiry'Junio C Hamano1-0/+94
2023-02-27Merge branch 'rs/archive-mtime'Junio C Hamano1-0/+19
2023-02-27Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano2-46/+4
2023-02-27Merge branch 'tl/range-diff-custom-abbrev'Junio C Hamano1-0/+32
2023-02-27Merge branch 'ap/t2015-style-update'Junio C Hamano1-5/+6
2023-02-27Merge branch 'jc/diff-algo-attribute'Junio C Hamano1-1/+37
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano1-0/+23
2023-02-27test-lib: drop comment about test_descriptionAndrei Rybak1-6/+0
2023-02-25t9700: modernize test scriptsZhang Yi1-28/+27
2023-02-24Merge branch 'ps/free-island-marks'Junio C Hamano1-0/+16
2023-02-24Merge branch 'jk/http-proxy-tests'Junio C Hamano4-0/+65
2023-02-24Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano1-0/+5
2023-02-24Merge branch 'jc/genzeros-avoid-raw-write'Junio C Hamano1-5/+6
2023-02-24Merge branch 'js/gpg-errors'Junio C Hamano1-0/+44
2023-02-24Merge branch 'rs/ctype-test'Junio C Hamano1-2/+28
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood3-2/+40
2023-02-23rebase -i: match whole word in is_command()Phillip Wood2-6/+8
2023-02-23t5559: make SSL/TLS the defaultJeff King1-0/+1
2023-02-23t5559: fix test failures with LIB_HTTPD_SSLJeff King1-5/+18
2023-02-23t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2cJeff King1-1/+1
2023-02-23t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King1-3/+3
2023-02-23t5551: drop curl trace lines without headersJeff King1-1/+1
2023-02-23t5551: handle v2 protocol in cookie testJeff King1-8/+11
2023-02-23t5551: simplify expected cookie fileJeff King1-3/+2
2023-02-23t5551: handle v2 protocol in upload-pack service testJeff King1-13/+3
2023-02-23t5551: handle v2 protocol when checking curl traceJeff King1-11/+25
2023-02-23t5551: stop forcing clone to run with v0 protocolJeff King1-1/+1
2023-02-23t5551: handle HTTP/2 when checking curl traceJeff King1-3/+11
2023-02-23t5551: lower-case headers in expected curl traceJeff King1-25/+30
2023-02-23t5551: drop redundant grep for Accept-LanguageJeff King1-4/+1
2023-02-23t5541: simplify and move "no empty path components" testJeff King2-18/+9
2023-02-23t5541: stop marking "used receive-pack service" test as v0 onlyJeff King1-6/+1
2023-02-23t5541: run "used receive-pack service" test earlierJeff King1-26/+18
2023-02-22credential: new attribute password_expiry_utcM Hickford1-0/+94
2023-02-22Merge branch 'ab/hook-api-with-stdin'Junio C Hamano1-0/+18
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano61-0/+81
2023-02-22Merge branch 'en/name-rev-make-taggerdate-much-less-important'Junio C Hamano1-0/+6
2023-02-21range-diff: let '--abbrev' option takes effectTeng Long1-0/+32
2023-02-21fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer1-0/+5
2023-02-21t2015-checkout-unborn.sh: changes the style for cdAshutosh Pandey1-5/+6
2023-02-21diff: teach diff to read algorithm from diff driverJohn Cai1-1/+37
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood1-0/+23
2023-02-21delta-islands: fix segfault when freeing island marksPatrick Steinhardt1-0/+16
2023-02-18archive: add --mtimeRené Scharfe1-0/+19