Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2023-02-25t9700: modernize test scriptsZhang Yi
2023-02-25Merge branch 'ps/free-island-marks'Junio C Hamano
2023-02-25Merge branch 'jk/http-proxy-tests'Junio C Hamano
2023-02-25Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano
2023-02-24Merge branch 'jc/genzeros-avoid-raw-write'Junio C Hamano
2023-02-24Merge branch 'js/gpg-errors'Junio C Hamano
2023-02-24Merge branch 'rs/ctype-test'Junio C Hamano
2023-02-24fsck: mention file path for index errorsJeff King
2023-02-24fsck: check index files in all worktreesJeff King
2023-02-24run_processes_parallel: mark unused callback parametersJeff King
2023-02-24prio-queue: mark unused parameters in comparison functionsJeff King
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24hash.h: move some oid-related declarations from cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-24treewide: remove unnecessary cache.h includes in source filesElijah Newren
2023-02-24rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood
2023-02-24rebase -i: match whole word in is_command()Phillip Wood
2023-02-24t5559: make SSL/TLS the defaultJeff King
2023-02-24t5559: fix test failures with LIB_HTTPD_SSLJeff King
2023-02-24t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2cJeff King
2023-02-24t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King
2023-02-24t5551: drop curl trace lines without headersJeff King
2023-02-24t5551: handle v2 protocol in cookie testJeff King
2023-02-24t5551: simplify expected cookie fileJeff King
2023-02-24t5551: handle v2 protocol in upload-pack service testJeff King
2023-02-24t5551: handle v2 protocol when checking curl traceJeff King
2023-02-24t5551: stop forcing clone to run with v0 protocolJeff King
2023-02-24t5551: handle HTTP/2 when checking curl traceJeff King
2023-02-24t5551: lower-case headers in expected curl traceJeff King
2023-02-24t5551: drop redundant grep for Accept-LanguageJeff King
2023-02-24t5541: simplify and move "no empty path components" testJeff King
2023-02-24t5541: stop marking "used receive-pack service" test as v0 onlyJeff King
2023-02-24t5541: run "used receive-pack service" test earlierJeff King
2023-02-23credential: new attribute password_expiry_utcM Hickford
2023-02-23Merge branch 'ab/hook-api-with-stdin'Junio C Hamano
2023-02-23Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-23Merge branch 'en/name-rev-make-taggerdate-much-less-important'Junio C Hamano
2023-02-22range-diff: let '--abbrev' option takes effectTeng Long
2023-02-21fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer
2023-02-21t2015-checkout-unborn.sh: changes the style for cdAshutosh Pandey
2023-02-21diff: teach diff to read algorithm from diff driverJohn Cai
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood
2023-02-21delta-islands: fix segfault when freeing island marksPatrick Steinhardt
2023-02-18archive: add --mtimeRené Scharfe
2023-02-18format.attach: allow empty value to disable multi-part messagesJunio C Hamano
2023-02-17t0066: drop setup of "dir5"Jeff King
2023-02-17add basic http proxy testsJeff King
2023-02-17dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau
2023-02-16test-genzeros: avoid raw write(2)Junio C Hamano