summaryrefslogtreecommitdiffstats
path: root/replace-object.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-08commit-graph-format.txt: all multi-byte numbers are in network byte orderSZEDER Gábor1-1/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor2-2/+2
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'SZEDER Gábor2-2/+11
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee4-2/+48
2020-05-11line-log: try to use generation number-based topo-orderingSZEDER Gábor1-5/+6
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor4-4/+31
2020-05-11t4211-line-log: add tests for parent oidsSZEDER Gábor1-0/+68
2020-05-11line-log: remove unused fields from 'struct line_log_data'SZEDER Gábor1-3/+0
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor1-0/+1
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee2-2/+2
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee2-11/+28
2020-05-11Documentation: changed-path Bloom filters use byte wordsDerrick Stolee1-4/+4
2020-05-11bloom: parse commit before computing filtersDerrick Stolee1-0/+3
2020-05-01test-bloom: fix usage typoDerrick Stolee1-1/+1
2020-05-01bloom: fix whitespace around tab lengthDerrick Stolee2-10/+10
2020-04-24test-bloom: check that we have expected argumentsJeff King1-4/+16
2020-04-24test-bloom: fix some whitespace issuesJeff King1-5/+5
2020-04-23blame: drop unused parameter from maybe_changed_pathJeff King1-3/+1
2020-04-17blame: use changed-path Bloom filtersDerrick Stolee3-9/+146
2020-04-17tests: write commit-graph with Bloom filtersDerrick Stolee4-5/+29
2020-04-17revision: complicated pathspecs disable filtersDerrick Stolee1-1/+18
2020-04-09bloom: ignore renames when computing changed pathsDerrick Stolee1-0/+1
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh6-1/+12
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh2-0/+159
2020-04-06revision.c: add trace2 stats around Bloom filter usageGarima Singh1-0/+41
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh4-2/+118
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh2-2/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh4-6/+55
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh3-1/+147
2020-03-30commit-graph: examine commits by generation numberGarima Singh1-3/+30
2020-03-30commit-graph: examine changed-path objects in pack orderJeff King1-3/+35
2020-03-30commit-graph: compute Bloom filters for changed pathsGarima Singh2-2/+33
2020-03-30diff: halt tree-diff early after max_changesDerrick Stolee3-1/+14
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh4-0/+172
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh4-1/+188
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh7-0/+133
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSGarima Singh1-2/+3
2020-03-27The second batch post 2.26 cycleJunio C Hamano1-0/+53
2020-03-25The first batch post 2.26 cycleJunio C Hamano3-2/+43
2020-03-23Git 2.26v2.26.0Junio C Hamano1-1/+1
2020-03-21l10n: tr.po: change file mode to 644Jiang Xin1-0/+0
2020-03-20t3419: prevent failure when run with EXPENSIVEbrian m. carlson1-1/+1
2020-03-20pack-objects: flip the use of GIT_TEST_PACK_SPARSEDerrick Stolee3-5/+6
2020-03-20config: set pack.useSparse=true by defaultDerrick Stolee5-11/+12
2020-03-20l10n: de.po: Update German translation for Git 2.26.0Matthias Rüster1-2726/+2906
2020-03-20l10n: de.po: add missing spaceRalf Thielow1-1/+1
2020-03-19l10n: tr: Fix a couple of ambiguitiesEmir Sarı1-9/+9
2020-03-18RelNotes/2.26.0: fix various typosElijah Newren1-4/+4
2020-03-18submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'Shourya Shukla1-4/+4
2020-03-18separate tar.* config to its own source fileJunio C Hamano3-7/+8