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-11-26replay: introduce new builtinElijah Newren
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren
2023-10-31Merge branch 'ii/branch-error-messages-update'Junio C Hamano
2023-10-30Merge branch 'jk/send-email-fix-addresses-from-composed-messages'Junio C Hamano
2023-10-30Merge branch 'kh/pathspec-error-wo-repository-fix'Junio C Hamano
2023-10-30Merge branch 'da/t7601-style-fix'Junio C Hamano
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano
2023-10-30Merge branch 'sn/typo-grammo-phraso-fixes'Junio C Hamano
2023-10-23Merge branch 'bc/racy-4gb-files'Junio C Hamano
2023-10-23Merge branch 'jc/fail-stash-to-store-non-stash'Junio C Hamano
2023-10-23Merge branch 'so/diff-merges-dd'Junio C Hamano
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe
2023-10-21Merge branch 'ak/pretty-decorate-more-fix'Junio C Hamano
2023-10-21Merge branch 'vd/loose-ref-iteration-optimization'Junio C Hamano
2023-10-21Merge branch 'ty/merge-tree-strategy-options'Junio C Hamano
2023-10-21send-email: handle to/cc/bcc from --compose messageJeff King
2023-10-21Revert "send-email: extract email-parsing code into a subroutine"Jeff King
2023-10-20grep: die gracefully when outside repositoryKristoffer Haugsbakk
2023-10-19t7601: use "test_path_is_file" etc. instead of "test -f"Dorcas AnonoLitunya
2023-10-18Merge branch 'jc/merge-ort-attr-index-fix'Junio C Hamano
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano
2023-10-14t5319: make corrupted large-offset test more robustJeff King
2023-10-14Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano
2023-10-14Merge branch 'ar/diff-index-merge-base-fix'Junio C Hamano
2023-10-14Merge branch 'js/submodule-fix-misuse-of-path-and-name'Junio C Hamano
2023-10-14Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-14Merge branch 'la/trailer-test-and-doc-updates'Junio C Hamano
2023-10-13Prevent git from rehashing 4GiB filesJason Hatton
2023-10-13t: add a test helper to truncate filesbrian m. carlson
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai
2023-10-12stash: be careful what we storeJunio C Hamano
2023-10-10Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano
2023-10-10Merge branch 'ds/init-diffstat-width'Junio C Hamano
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano
2023-10-10commit-graph: detect out-of-order BIDX offsetsJeff King
2023-10-10commit-graph: check bounds when accessing BIDX chunkJeff King
2023-10-10commit-graph: check bounds when accessing BDAT chunkJeff King
2023-10-10commit-graph: bounds-check generation overflow chunkJeff King
2023-10-10commit-graph: check size of generations chunkJeff King
2023-10-10commit-graph: bounds-check base graphs chunkJeff King
2023-10-10commit-graph: detect out-of-bounds extra-edges pointersJeff King
2023-10-10commit-graph: check size of commit data chunkJeff King
2023-10-10midx: check size of revindex chunkJeff King
2023-10-10midx: bounds-check large offset chunkJeff King
2023-10-10midx: check size of object offset chunkJeff King
2023-10-10midx: enforce chunk alignment on readingJeff King
2023-10-10midx: check size of pack names chunkJeff King
2023-10-10commit-graph: check consistency of fanout tableJeff King