summaryrefslogtreecommitdiffstats
path: root/commit-graph.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano2023-11-081-0/+6
|\
| * commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt2023-11-011-0/+6
* | commit-graph: check bounds when accessing BDAT chunkJeff King2023-10-101-0/+1
* | commit-graph: bounds-check generation overflow chunkJeff King2023-10-101-0/+1
* | commit-graph: bounds-check base graphs chunkJeff King2023-10-101-0/+1
* | commit-graph: detect out-of-bounds extra-edges pointersJeff King2023-10-101-0/+1
* | commit-graph: report incomplete chains during verificationJeff King2023-09-281-1/+2
* | commit-graph: factor out chain opening functionJeff King2023-09-281-0/+3
|/
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-061-0/+8
|\
| * commit-graph: introduce `ensure_generations_valid()`Taylor Blau2023-03-201-0/+8
* | treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren2023-02-241-1/+0
|/
* Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano2022-08-031-0/+15
|\
| * commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau2022-07-161-0/+15
* | commit-graph: pass repo_settings instead of repositoryTaylor Blau2022-07-151-1/+6
|/
* commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason2022-03-041-1/+1
* revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt2021-08-091-0/+8
* commit-graph: use config to specify generation typeDerrick Stolee2021-02-261-1/+0
* commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar2021-01-191-0/+6
* commit-graph: use generation v2 only if entire chain doesAbhishek Kumar2021-01-191-0/+1
* commit-graph: implement generation data chunkAbhishek Kumar2021-01-191-0/+3
* commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-191-2/+2
* commit-graph: add a slab to store topological levelsAbhishek Kumar2021-01-191-0/+1
* Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-6/+11
|\
| * builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-0/+1
| * commit-graph: rename 'split_commit_graph_opts'Taylor Blau2020-09-181-4/+4
| * commit-graph: pass a 'struct repository *' in more placesTaylor Blau2020-09-091-2/+4
| * commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-0/+2
* | maintenance: add commit-graph taskDerrick Stolee2020-09-171-0/+1
|/
* Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-1/+2
|\
| * commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-0/+1
| * commit-graph: change test to die on parse, not loadDerrick Stolee2020-06-241-1/+1
* | Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-3/+3
|\|
| * commit-graph: clean up #includesSZEDER Gábor2020-06-081-3/+3
* | commit-graph: introduce commit_graph_data_slabAbhishek Kumar2020-06-171-0/+10
* | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-3/+1
* | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-011-0/+9
|\|
| * tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-171-0/+9
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-1/+8
|\|
| * commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-0/+1
| * commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-061-0/+5
| * commit-graph: compute Bloom filters for changed pathsGarima Singh2020-03-301-1/+2
* | commit-graph: close descriptors after mmapJeff King2020-04-251-4/+1
* | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-0/+5
|/
* commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-041-1/+2
* commit-graph.c: remove path normalization, comparisonTaylor Blau2020-02-041-1/+1
* commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau2020-02-041-2/+3