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
AgeCommit message (Expand)Author
2024-01-24Merge branch 'tb/path-filter-fix' into seenJunio C Hamano
2024-01-24Merge branch 'tb/pair-chunk-expect' into seenJunio C Hamano
2024-01-24Merge branch 'ps/commit-graph-write-leakfix' into jchJunio C Hamano
2024-01-17bloom: introduce `deinit_bloom_filters()`Taylor Blau
2024-01-17commit-graph: reuse existing Bloom filters where possibleTaylor Blau
2024-01-17commit-graph: drop unnecessary `graph_read_bloom_data_context`Taylor Blau
2024-01-17commit-graph.c: unconditionally load Bloom filtersTaylor Blau
2024-01-17commit-graph: new Bloom filter version that fixes murmur3Taylor Blau
2024-01-17repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau
2024-01-17commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau
2024-01-16Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano
2024-01-16commit-graph: fix memory leak when not writing graphPatrick Steinhardt
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-19Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano
2023-12-10Merge branch 'jk/chunk-bounds-more'Junio C Hamano
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-10commit-graph: read `BIDX` chunk with `pair_chunk_expect()`Taylor Blau
2023-11-10commit-graph: read `GDAT` chunk with `pair_chunk_expect()`Taylor Blau
2023-11-10commit-graph: read `CDAT` chunk with `pair_chunk_expect()`Taylor Blau
2023-11-10commit-graph: read `OIDL` chunk with `pair_chunk_expect()`Taylor Blau
2023-11-10Merge branch 'jk/chunk-bounds-more' into HEADJunio C Hamano
2023-11-09commit-graph: mark chunk error messages for translationJeff King
2023-11-09commit-graph: drop verify_commit_graph_lite()Jeff King
2023-11-09commit-graph: check order while reading fanout chunkJeff King
2023-11-09commit-graph: use fanout value for graph sizeJeff King
2023-11-09commit-graph: abort as soon as we see a bogus chunkJeff King
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King
2023-11-09commit-graph: drop redundant call to "lite" verificationJeff King
2023-11-09commit-graph: handle overflow in chunk_size checksJeff King
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano
2023-10-14Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
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: enforce chunk alignment on readingJeff King
2023-10-10commit-graph: check consistency of fanout tableJeff King
2023-10-10commit-graph: check size of oid fanout chunkJeff King
2023-10-10chunk-format: note that pair_chunk() is unsafeJeff King
2023-10-04commit-graph: free write-context base_graph_name during cleanupJeff King
2023-10-04commit-graph: free write-context entries before overwritingJeff King