285 Commits (c87977a0c58c67dea22e1cb50e429e2122b037b9)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Taylor Blau 15316a4732 commit-graph: rewrite to use checksum_valid() 4 years ago
brian m. carlson 72871b132c commit-graph: don't store file hashes as struct object_id 4 years ago
brian m. carlson 92e2cab96b Always use oidread to read into struct object_id 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Junio C Hamano cdc986a7c2 Revert "commit-graph: when incompatible with graphs, indicate why" 4 years ago
Derrick Stolee 702110aac6 commit-graph: use config to specify generation type 4 years ago
Derrick Stolee c7ef8fe608 commit-graph: create local repository pointer 4 years ago
Taylor Blau c4ff24bbb3 commit-graph.c: display correct number of chunks when writing 4 years ago
Andrzej Hunt bf4bb9f9f5 commit-graph: avoid leaking topo_levels slab in write_commit_graph() 4 years ago
Derrick Stolee 2692c2f6fd commit-graph: use chunk-format read API 4 years ago
Derrick Stolee 47410aa837 commit-graph: use chunk-format write API 4 years ago
Johannes Schindelin c85eec7fc3 commit-graph: when incompatible with graphs, indicate why 4 years ago
Derrick Stolee eb9071912f commit-graph: anonymize data in chunk_write_fn 4 years ago
Derrick Stolee bc50d6c91f commit-graph: prepare commit graph 4 years ago
Derrick Stolee fde55b0906 commit-graph: be extra careful about mixed generations 4 years ago
Derrick Stolee 9c2c0a8256 commit-graph: compute generations separately 4 years ago
Derrick Stolee 448a39e65d commit-graph: validate layers for generation data 4 years ago
Derrick Stolee 90cb1c47c7 commit-graph: always parse before commit_graph_data_at() 4 years ago
Derrick Stolee c4cc083169 commit-graph: use repo_parse_commit 4 years ago
Jeff King 8380dcd700 oid_pos(): access table through const pointers 4 years ago
Jeff King 45ee13b942 hash_pos(): convert to oid_pos() 4 years ago
Jeff King 36a317929b refs: switch peel_ref() to peel_iterated_oid() 4 years ago
Abhishek Kumar 8d00d7c3df commit-reach: use corrected commit dates in paint_down_to_common() 4 years ago
Abhishek Kumar 1fdc383c5c commit-graph: use generation v2 only if entire chain does 4 years ago
Abhishek Kumar e8b63005c4 commit-graph: implement generation data chunk 4 years ago
Abhishek Kumar c1a09119f6 commit-graph: implement corrected commit date 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 4 years ago
Abhishek Kumar 72a2bfcaf0 commit-graph: add a slab to store topological levels 4 years ago
Abhishek Kumar f90fca638e commit-graph: consolidate fill_commit_graph_info 4 years ago
Abhishek Kumar e30c5ee76c commit-graph: fix regression when computing Bloom filters 4 years ago
Martin Ågren a52cdce936 commit-graph: don't peek into `struct lock_file` 4 years ago
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
Martin Ågren 7a7d992d0d sha1-lookup: rename `sha1_pos()` as `hash_pos()` 4 years ago
Jeff King 3361390cbe commit-graph: use size_t for array allocation and indexing 4 years ago
Jeff King a5f1c44899 commit-graph: replace packed_oid_list with oid_array 4 years ago
Jeff King 1cbdbf3bef commit-graph: drop count_distinct_commits() function 4 years ago
Derrick Stolee 85102ac71b commit-graph: don't write commit-graph when disabled 4 years ago
Derrick Stolee 150f11574b commit-graph: ignore duplicates when merging layers 4 years ago
Taylor Blau 809e0327f5 builtin/commit-graph.c: introduce '--max-new-filters=<n>' 5 years ago
Taylor Blau 98bb796191 commit-graph: rename 'split_commit_graph_opts' 5 years ago
Taylor Blau 59f0d5073f bloom: encode out-of-bounds filters as non-empty 5 years ago
Derrick Stolee 663b2b1b90 maintenance: add commit-graph task 5 years ago
Taylor Blau 9a7a9ed10d bloom: use provided 'struct bloom_filter_settings' 5 years ago
Taylor Blau 312cff5207 bloom: split 'get_bloom_filter()' in two 5 years ago
Taylor Blau 97ffa4fab5 commit-graph.c: store maximum changed paths 5 years ago
Taylor Blau b66d84756f commit-graph: respect 'commitGraph.readChangedPaths' 5 years ago
Taylor Blau ab14d0676c commit-graph: pass a 'struct repository *' in more places 5 years ago
Taylor Blau 4f3644056a commit-graph: introduce 'get_bloom_filter_settings()' 5 years ago
Derrick Stolee 665d70ad03 commit-graph: use the "hash version" byte 5 years ago