summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+1
|\
| * *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
* | commit-graph: rewrite to use checksum_valid()Taylor Blau2021-06-281-8/+6
|/
* commit-graph: don't store file hashes as struct object_idbrian m. carlson2021-04-271-6/+7
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-6/+6
* Merge branch 'ds/commit-graph-generation-config'Junio C Hamano2021-03-221-11/+20
|\
| * commit-graph: use config to specify generation typeDerrick Stolee2021-02-251-7/+15
| * commit-graph: create local repository pointerDerrick Stolee2021-02-251-4/+5
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* | Merge branch 'ds/chunked-file-api'Junio C Hamano2021-03-011-200/+112
|\|
| * commit-graph.c: display correct number of chunks when writingTaylor Blau2021-02-241-4/+3
| * commit-graph: use chunk-format read APIDerrick Stolee2021-02-181-105/+54
| * commit-graph: use chunk-format write APIDerrick Stolee2021-02-181-82/+37
| * commit-graph: anonymize data in chunk_write_fnDerrick Stolee2021-02-051-10/+19
* | Merge branch 'js/commit-graph-warning'Junio C Hamano2021-03-011-11/+3
|\ \
| * | Revert "commit-graph: when incompatible with graphs, indicate why"Junio C Hamano2021-03-011-11/+3
* | | commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt2021-02-221-0/+1
* | | Merge branch 'js/commit-graph-warning'Junio C Hamano2021-02-171-3/+11
|\| |
| * | commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin2021-02-111-3/+11
* | | Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano2021-02-171-37/+101
|\ \ \
| * | | commit-graph: prepare commit graphDerrick Stolee2021-02-011-8/+2
| * | | commit-graph: be extra careful about mixed generationsDerrick Stolee2021-02-011-2/+12
| * | | commit-graph: compute generations separatelyDerrick Stolee2021-02-011-14/+56
| * | | commit-graph: validate layers for generation dataDerrick Stolee2021-02-011-6/+16
| * | | commit-graph: always parse before commit_graph_data_at()Derrick Stolee2021-02-011-4/+12
| * | | commit-graph: use repo_parse_commitDerrick Stolee2021-02-011-5/+5
| | |/ | |/|
* | | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-171-47/+204
|\| |
| * | commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar2021-01-181-0/+14
| * | commit-graph: use generation v2 only if entire chain doesAbhishek Kumar2021-01-181-2/+28
| * | commit-graph: implement generation data chunkAbhishek Kumar2021-01-181-11/+103
| * | commit-graph: implement corrected commit dateAbhishek Kumar2021-01-181-4/+17
| * | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-181-11/+11
| * | commit-graph: add a slab to store topological levelsAbhishek Kumar2021-01-181-15/+30
| * | commit-graph: consolidate fill_commit_graph_infoAbhishek Kumar2021-01-181-17/+10
| * | commit-graph: fix regression when computing Bloom filtersAbhishek Kumar2021-01-181-2/+6
* | | 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-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-211-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