summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-1/+1
* | packfile: add repository to struct `packed_git`Karthik Nayak2024-12-041-1/+1
|/
* commit-graph: remove unnecessary UNLEAKRené Scharfe2024-09-231-1/+0
* refs: add referent to each_ref_fnJohn Cai2024-08-091-0/+1
* Merge branch 'tb/path-filter-fix'Junio C Hamano2024-07-081-9/+55
|\
| * bloom: introduce `deinit_bloom_filters()`Taylor Blau2024-06-251-0/+4
| * commit-graph: reuse existing Bloom filters where possibleTaylor Blau2024-06-251-0/+5
| * commit-graph: new Bloom filter version that fixes murmur3Taylor Blau2024-06-251-4/+9
| * commit-graph: unconditionally load Bloom filtersTaylor Blau2024-06-251-4/+10
| * repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau2024-06-251-2/+3
| * commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau2024-06-251-0/+25
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-7/+15
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-6/+11
| * | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+2
* | | Merge branch 'tb/commit-graph-use-tempfile'Junio C Hamano2024-06-251-11/+8
|\ \ \
| * | | commit-graph.c: remove temporary graph layers on exitTaylor Blau2024-06-071-11/+8
| |/ /
* | | Merge branch 'ds/ahead-behind-fix'Junio C Hamano2024-06-211-1/+1
|\ \ \ | |/ / |/| |
| * | commit-graph: increment progress indicatorDerrick Stolee2024-06-121-1/+1
* | | refs: pass repo when peeling objectsPatrick Steinhardt2024-05-171-1/+1
* | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
* | | Merge branch 'ps/commit-graph-write-leakfix'Junio C Hamano2024-01-261-11/+8
|\ \ \
| * | | commit-graph: fix memory leak when not writing graphPatrick Steinhardt2024-01-161-11/+8
| | |/ | |/|
* | | Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano2024-01-161-0/+3
|\ \ \ | |/ / |/| |
| * | commit-graph: retain commit slab when closing NULL commit_graphJeff King2024-01-051-0/+3
* | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+1
|\ \ \
| * | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * | | treewide: add direct includes currently only pulled in transitivelyElijah Newren2023-12-261-0/+1
| * | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | | Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano2023-12-181-1/+1
|\ \ \ \
| * | | | commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt2023-11-261-1/+1
| |/ / /
* | | | Merge branch 'jk/chunk-bounds-more'Junio C Hamano2023-12-101-61/+33
|\ \ \ \ | |/ / / |/| | |
| * | | commit-graph: mark chunk error messages for translationJeff King2023-11-091-9/+9
| * | | commit-graph: drop verify_commit_graph_lite()Jeff King2023-11-091-20/+0
| * | | commit-graph: check order while reading fanout chunkJeff King2023-11-091-12/+13
| * | | commit-graph: use fanout value for graph sizeJeff King2023-11-091-5/+3
| * | | commit-graph: abort as soon as we see a bogus chunkJeff King2023-11-091-16/+13
| * | | commit-graph: clarify missing-chunk error messagesJeff King2023-11-091-3/+3
| * | | commit-graph: drop redundant call to "lite" verificationJeff King2023-11-091-4/+0
| * | | commit-graph: handle overflow in chunk_size checksJeff King2023-11-091-3/+3
* | | | Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano2023-11-081-1/+5
|\ \ \ \
| * | | | commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt2023-11-011-1/+5
* | | | | Merge branch 'jk/chunk-bounds'Junio C Hamano2023-10-231-17/+102
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | commit-graph: check bounds when accessing BIDX chunkJeff King2023-10-101-2/+14
| * | | | commit-graph: check bounds when accessing BDAT chunkJeff King2023-10-101-0/+10
| * | | | commit-graph: bounds-check generation overflow chunkJeff King2023-10-101-3/+7
| * | | | commit-graph: check size of generations chunkJeff King2023-10-101-2/+12
| * | | | commit-graph: bounds-check base graphs chunkJeff King2023-10-101-1/+7