summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-23commit-graph: change test to die on parse, not loadLibravatar Derrick Stolee3-6/+10
2020-06-23commit-graph: place bloom_settings in contextLibravatar Derrick Stolee1-6/+8
2020-06-08commit-graph: simplify write_commit_graph_file() #2Libravatar SZEDER Gábor1-21/+24
2020-06-08commit-graph: simplify write_commit_graph_file() #1Libravatar SZEDER Gábor1-29/+17
2020-06-08commit-graph: simplify parse_commit_graph() #2Libravatar SZEDER Gábor1-17/+9
2020-06-08commit-graph: simplify parse_commit_graph() #1Libravatar SZEDER Gábor2-8/+11
2020-06-08commit-graph: clean up #includesLibravatar SZEDER Gábor2-6/+4
2020-06-08diff.h: drop diff_tree_oid() & friends' return valueLibravatar SZEDER Gábor3-27/+22
2020-06-08commit-slab: add a function to deep free entries on the slabLibravatar SZEDER Gábor4-9/+29
2020-06-08commit-graph-format.txt: all multi-byte numbers are in network byte orderLibravatar SZEDER Gábor1-1/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableLibravatar SZEDER Gábor2-2/+2
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'Libravatar SZEDER Gábor2-2/+11
2020-05-11line-log: integrate with changed-path Bloom filtersLibravatar Derrick Stolee4-2/+48
2020-05-11line-log: try to use generation number-based topo-orderingLibravatar SZEDER Gábor1-5/+6
2020-05-11line-log: more responsive, incremental 'git log -L'Libravatar SZEDER Gábor4-4/+31
2020-05-11t4211-line-log: add tests for parent oidsLibravatar SZEDER Gábor1-0/+68
2020-05-11line-log: remove unused fields from 'struct line_log_data'Libravatar SZEDER Gábor1-3/+0
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsLibravatar SZEDER Gábor1-0/+1
2020-05-11bloom: use num_changes not nr for limit detectionLibravatar Derrick Stolee2-2/+2
2020-05-11bloom: de-duplicate directory entriesLibravatar Derrick Stolee2-11/+28
2020-05-11Documentation: changed-path Bloom filters use byte wordsLibravatar Derrick Stolee1-4/+4
2020-05-11bloom: parse commit before computing filtersLibravatar Derrick Stolee1-0/+3
2020-05-01test-bloom: fix usage typoLibravatar Derrick Stolee1-1/+1
2020-05-01bloom: fix whitespace around tab lengthLibravatar Derrick Stolee2-10/+10
2020-04-23test-bloom: check that we have expected argumentsLibravatar Jeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesLibravatar Jeff King1-5/+5
2020-04-23blame: drop unused parameter from maybe_changed_pathLibravatar Jeff King1-3/+1
2020-04-16blame: use changed-path Bloom filtersLibravatar Derrick Stolee3-9/+146
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee4-5/+29
2020-04-16revision: complicated pathspecs disable filtersLibravatar Derrick Stolee1-1/+18
2020-04-09bloom: ignore renames when computing changed pathsLibravatar Derrick Stolee1-0/+1
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh6-1/+12
2020-04-06t4216: add end to end tests for git log with Bloom filtersLibravatar Garima Singh2-0/+159
2020-04-06revision.c: add trace2 stats around Bloom filter usageLibravatar Garima Singh1-0/+41
2020-04-06revision.c: use Bloom filters to speed up path based revision walksLibravatar Garima Singh4-2/+118
2020-04-06commit-graph: add --changed-paths option to write subcommandLibravatar Garima Singh2-2/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh4-6/+55
2020-04-06commit-graph: write Bloom filters to commit graph fileLibravatar Garima Singh3-1/+147
2020-03-30commit-graph: examine commits by generation numberLibravatar Garima Singh1-3/+30
2020-03-30commit-graph: examine changed-path objects in pack orderLibravatar Jeff King1-3/+35
2020-03-30commit-graph: compute Bloom filters for changed pathsLibravatar Garima Singh2-2/+33
2020-03-30diff: halt tree-diff early after max_changesLibravatar Derrick Stolee3-1/+14
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh4-0/+172
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh4-1/+188
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh7-0/+133
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSLibravatar Garima Singh1-2/+3
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Libravatar Junio C Hamano7-16/+18
2020-03-26The second batch post 2.26 cycleLibravatar Junio C Hamano1-0/+53
2020-03-26Merge branch 'ah/force-pull-rebase-configuration'Libravatar Junio C Hamano3-11/+65
2020-03-26Merge branch 'tg/retire-scripted-stash'Libravatar Junio C Hamano8-862/+31