summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano2020-11-021-3/+18
|\
| * commit-graph: don't write commit-graph when disabledDerrick Stolee2020-10-091-0/+5
| * commit-graph: ignore duplicates when merging layersDerrick Stolee2020-10-091-3/+13
* | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-42/+99
|\ \
| * | builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-2/+7
| * | commit-graph: rename 'split_commit_graph_opts'Taylor Blau2020-09-171-20/+20
| * | bloom: encode out-of-bounds filters as non-emptyTaylor Blau2020-09-171-0/+5
| * | bloom: use provided 'struct bloom_filter_settings'Taylor Blau2020-09-171-11/+10
| * | bloom: split 'get_bloom_filter()' in twoTaylor Blau2020-09-171-3/+31
| * | commit-graph.c: store maximum changed pathsTaylor Blau2020-09-171-0/+4
| * | commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau2020-09-091-2/+4
| * | commit-graph: pass a 'struct repository *' in more placesTaylor Blau2020-09-091-7/+10
| * | commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-0/+11
* | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-251-4/+4
|\ \ \
| * | | maintenance: add commit-graph taskDerrick Stolee2020-09-171-4/+4
| |/ /
* | | commit-graph: use the "hash version" byteDerrick Stolee2020-08-171-1/+8
|/ /
* | Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-38/+110
|\ \
| * | commit-graph: check chunk sizes after writingSZEDER Gábor2020-07-011-0/+7
| * | commit-graph: simplify chunk writes into loopSZEDER Gábor2020-07-011-12/+16
| * | commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor2020-07-011-16/+26
| * | commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-3/+42
| * | bloom: fix logic in get_bloom_filter()Derrick Stolee2020-07-011-2/+6
| * | commit-graph: change test to die on parse, not loadDerrick Stolee2020-06-231-4/+8
| * | commit-graph: place bloom_settings in contextDerrick Stolee2020-06-231-6/+8
* | | Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-64/+48
|\ \ \ | |/ / | | / | |/ |/|
| * commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor2020-06-081-21/+24
| * commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor2020-06-081-29/+17
| * commit-graph: simplify parse_commit_graph() #2SZEDER Gábor2020-06-081-17/+9
| * commit-graph: simplify parse_commit_graph() #1SZEDER Gábor2020-06-081-7/+9
| * commit-graph: clean up #includesSZEDER Gábor2020-06-081-3/+1
| * commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor2020-06-081-1/+1
* | Merge branch 'sg/commit-graph-progress-fix' into masterJunio C Hamano2020-07-151-22/+5
|\ \
| * | commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor2020-07-091-20/+2
| * | commit-graph: fix progress of reachable commitsSZEDER Gábor2020-07-091-2/+3
* | | Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-091-1/+2
|\ \ \
| * | | commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-081-1/+2
* | | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-171-14/+26
* | | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-20/+20
* | | | commit-graph: introduce commit_graph_data_slabAbhishek Kumar2020-06-171-10/+68
* | | | Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano2020-06-081-35/+27
|\ \ \ \ | | |/ / | |/| |
| * | | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-2/+0
| * | | commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau2020-05-181-30/+3
| * | | commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau2020-05-131-1/+5
| * | | commit-graph.c: show progress of finding reachable commitsTaylor Blau2020-05-131-0/+9
| * | | commit-graph.c: extract 'refs_cb_data'Taylor Blau2020-05-041-3/+11
* | | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ \ \
| * | | | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| | |/ / | |/| |
* | | | Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano2020-05-081-11/+11
|\ \ \ \
| * | | | commit-graph: avoid memory leaksJonathan Tan2020-05-041-11/+11
* | | | | Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano2020-05-051-2/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |