summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano18-22/+42
2023-10-13Merge branch 'la/trailer-test-and-doc-updates'Junio C Hamano3-156/+545
2023-10-13Merge branch 'ds/mailmap-entry-update'Junio C Hamano1-3/+3
2023-10-13Prevent git from rehashing 4GiB filesJason Hatton2-2/+34
2023-10-13t: add a test helper to truncate filesbrian m. carlson4-0/+28
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai6-0/+95
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai3-2/+23
2023-10-12The seventeenth batchJunio C Hamano1-0/+4
2023-10-12Merge branch 'js/ci-coverity'Junio C Hamano1-0/+163
2023-10-12Merge branch 'jm/git-status-submodule-states-docfix'Junio C Hamano1-4/+3
2023-10-12Merge branch 'rs/parse-opt-ctx-cleanup'Junio C Hamano1-1/+0
2023-10-12mailmap: change primary address for Derrick StoleeDerrick Stolee1-3/+3
2023-10-12grep: -f <path> is relative to $cwdJunio C Hamano2-2/+24
2023-10-11stash: be careful what we storeJunio C Hamano2-0/+10
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano3-1/+22
2023-10-10The sixteenth batchJunio C Hamano1-0/+7
2023-10-10Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano15-51/+544
2023-10-10Merge branch 'ds/init-diffstat-width'Junio C Hamano7-35/+51
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano30-284/+313
2023-10-10Merge branch 'eb/limit-bulk-checkin-to-blobs'Junio C Hamano3-27/+26
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt1-3/+4
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King2-21/+0
2023-10-09commit-graph: detect out-of-order BIDX offsetsJeff King2-0/+23
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King2-2/+23
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King4-0/+63
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King3-3/+18
2023-10-09commit-graph: check size of generations chunkJeff King2-2/+20
2023-10-09commit-graph: bounds-check base graphs chunkJeff King3-1/+22
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King3-6/+23
2023-10-09commit-graph: check size of commit data chunkJeff King2-1/+20
2023-10-09midx: check size of revindex chunkJeff King4-2/+32
2023-10-09midx: bounds-check large offset chunkJeff King3-3/+26
2023-10-09midx: check size of object offset chunkJeff King2-1/+24
2023-10-09midx: enforce chunk alignment on readingJeff King5-4/+26
2023-10-09midx: check size of pack names chunkJeff King3-2/+21
2023-10-09commit-graph: check consistency of fanout tableJeff King3-4/+43
2023-10-09midx: check size of oid lookup chunkJeff King2-3/+25
2023-10-09commit-graph: check size of oid fanout chunkJeff King2-2/+37
2023-10-09midx: stop ignoring malformed oid fanout chunkJeff King2-9/+27
2023-10-09t: add library for munging chunk-format filesJeff King2-0/+83
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King4-18/+49
2023-10-09files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye1-9/+5
2023-10-09dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye3-8/+18
2023-10-09dir.[ch]: expose 'get_dtype'Victoria Dye3-36/+39
2023-10-09ref-cache.c: fix prefix matching in ref iterationVictoria Dye3-1/+55
2023-10-09merge-ort: initialize repo in index stateJohn Cai2-0/+28
2023-10-09completion: complete '--dd'Sergey Organov1-1/+1
2023-10-09diff-merges: introduce '--dd' optionSergey Organov4-1/+17
2023-10-09diff-merges: improve --diff-merges documentationSergey Organov2-47/+55
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec2-18/+16