summaryrefslogtreecommitdiff
path: root/commit-graph.h
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-151-0/+15
* | commit-graph: pass repo_settings instead of repositoryTaylor Blau2022-07-141-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-251-1/+0
* commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar2021-01-181-0/+6
* commit-graph: use generation v2 only if entire chain doesAbhishek Kumar2021-01-181-0/+1
* commit-graph: implement generation data chunkAbhishek Kumar2021-01-181-0/+3
* commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-181-2/+2
* commit-graph: add a slab to store topological levelsAbhishek Kumar2021-01-181-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-171-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-231-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-161-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-241-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
* commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-2/+3
* upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-0/+6
* commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor2019-08-051-1/+3
* commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor2019-08-051-5/+8
* commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-191-2/+4
* commit-graph: create options for split filesDerrick Stolee2019-06-191-2/+10
* commit-graph: allow cross-alternate chainsDerrick Stolee2019-06-191-0/+1
* commit-graph: write commit-graph chainsDerrick Stolee2019-06-191-0/+2
* commit-graph: add base graphs chunkDerrick Stolee2019-06-191-0/+1