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-03-18Merge branch 'ew/fetch-hiderefs'Junio C Hamano
2023-03-18Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-18Merge branch 'en/dir-api-cleanup'Junio C Hamano
2023-03-18Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-03-01Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano
2023-03-01Merge branch 'zy/t9700-style'Junio C Hamano
2023-03-01Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-03-01Merge branch 'jk/http-test-fixes'Junio C Hamano
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham
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-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-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