summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/use-oid-pos'Junio C Hamano2021-02-101-15/+15
|\
| * oid_pos(): access table through const pointersJeff King2021-01-281-2/+2
| * hash_pos(): convert to oid_pos()Jeff King2021-01-281-14/+14
* | Merge branch 'jk/peel-iterated-oid'Junio C Hamano2021-02-041-1/+1
|\ \ | |/ |/|
| * refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-221-1/+1
* | Merge branch 'ma/more-opaque-lock-file'Junio C Hamano2021-01-251-3/+3
|\ \ | |/ |/|
| * commit-graph: don't peek into `struct lock_file`Martin Ågren2021-01-061-3/+3
* | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
* | sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-041-3/+3
|/
* commit-graph: use size_t for array allocation and indexingJeff King2020-12-071-2/+2
* commit-graph: replace packed_oid_list with oid_arrayJeff King2020-12-071-47/+15
* commit-graph: drop count_distinct_commits() functionJeff King2020-12-071-41/+2
* 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-181-20/+20
| * | bloom: encode out-of-bounds filters as non-emptyTaylor Blau2020-09-181-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-261-4/+4
|\ \ \
| * | | maintenance: add commit-graph taskDerrick Stolee2020-09-171-4/+4
| |/ /
* / / commit-graph: use the "hash version" byteDerrick Stolee2020-08-181-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-241-4/+8
| * | commit-graph: place bloom_settings in contextDerrick Stolee2020-06-241-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-161-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-091-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