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-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham
2023-02-27Merge branch 'jc/countermand-format-attach'Junio C Hamano
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano
2023-02-27Merge branch 'mh/credential-password-expiry'Junio C Hamano
2023-02-27Merge branch 'rs/archive-mtime'Junio C Hamano
2023-02-27Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano
2023-02-27Merge branch 'tl/range-diff-custom-abbrev'Junio C Hamano
2023-02-27Merge branch 'ap/t2015-style-update'Junio C Hamano
2023-02-27Merge branch 'jc/diff-algo-attribute'Junio C Hamano
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-27test-lib: drop comment about test_descriptionAndrei Rybak
2023-02-27unpack-trees: heed requests to overwrite ignored filesElijah Newren
2023-02-27t2021: fix platform-specific leftover cruftElijah Newren
2023-02-26switch: reject if the branch is already checked out elsewhere (test)Rubén Justo
2023-02-26rebase: refuse to switch to a branch already checked out elsewhere (test)Rubén Justo
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