summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-18Merge branch 'sn/cat-file-doc-update'Junio C Hamano
2023-10-18Merge branch 'xz/commit-title-soft-limit-doc'Junio C Hamano
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano
2023-10-17commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe
2023-10-16doc/git-repack: don't mention nonexistent "--unpacked" optionPatrick Steinhardt
2023-10-16doc/git-repack: fix syntax for `-g` shorthand optionPatrick Steinhardt
2023-10-14t5319: make corrupted large-offset test more robustJeff King
2023-10-13The eighteenth batchJunio C Hamano
2023-10-13Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano
2023-10-13Merge branch 'ar/diff-index-merge-base-fix'Junio C Hamano
2023-10-13Merge branch 'js/submodule-fix-misuse-of-path-and-name'Junio C Hamano
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-13Merge branch 'la/trailer-test-and-doc-updates'Junio C Hamano
2023-10-13Merge branch 'ds/mailmap-entry-update'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-12The seventeenth batchJunio C Hamano
2023-10-12Merge branch 'js/ci-coverity'Junio C Hamano
2023-10-12Merge branch 'jm/git-status-submodule-states-docfix'Junio C Hamano
2023-10-12Merge branch 'rs/parse-opt-ctx-cleanup'Junio C Hamano
2023-10-12mailmap: change primary address for Derrick StoleeDerrick Stolee
2023-10-11stash: be careful what we storeJunio C Hamano
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano
2023-10-10The sixteenth batchJunio 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-10Merge branch 'eb/limit-bulk-checkin-to-blobs'Junio C Hamano
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King
2023-10-09commit-graph: detect out-of-order BIDX offsetsJeff King
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King
2023-10-09commit-graph: check size of generations chunkJeff King
2023-10-09commit-graph: bounds-check base graphs chunkJeff King
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King
2023-10-09commit-graph: check size of commit data chunkJeff King
2023-10-09midx: check size of revindex chunkJeff King
2023-10-09midx: bounds-check large offset chunkJeff King
2023-10-09midx: check size of object offset chunkJeff King
2023-10-09midx: enforce chunk alignment on readingJeff King
2023-10-09midx: check size of pack names chunkJeff King
2023-10-09commit-graph: check consistency of fanout tableJeff King
2023-10-09midx: check size of oid lookup chunkJeff King
2023-10-09commit-graph: check size of oid fanout chunkJeff King
2023-10-09midx: stop ignoring malformed oid fanout chunkJeff King