Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-10commit-graph: detect out-of-order BIDX offsetsJeff King
2023-10-10commit-graph: check bounds when accessing BDAT chunkJeff King
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-07-16commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-28bloom: clear each bloom_key after useAndrzej Hunt
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18bloom: encode out-of-bounds filters as non-emptyTaylor Blau
2020-09-17bloom/diff: properly short-circuit on max_changesDerrick Stolee
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-02bloom: fix logic in get_bloom_filter()Derrick Stolee
2020-06-18commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-09Merge branch 'ds/line-log-on-bloom'Junio C Hamano
2020-05-15Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee
2020-05-11bloom: parse commit before computing filtersDerrick Stolee
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh
2020-05-01bloom: fix whitespace around tab lengthDerrick Stolee
2020-04-09bloom: ignore renames when computing changed pathsDerrick Stolee
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh
2020-03-30diff: halt tree-diff early after max_changesDerrick Stolee
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh