summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* line-log: more responsive, incremental 'git log -L'SZEDER Gábor2020-05-114-4/+31
* t4211-line-log: add tests for parent oidsSZEDER Gábor2020-05-111-0/+68
* line-log: remove unused fields from 'struct line_log_data'SZEDER Gábor2020-05-111-3/+0
* completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor2020-05-111-0/+1
* bloom: use num_changes not nr for limit detectionDerrick Stolee2020-05-112-2/+2
* bloom: de-duplicate directory entriesDerrick Stolee2020-05-112-11/+28
* Documentation: changed-path Bloom filters use byte wordsDerrick Stolee2020-05-111-4/+4
* bloom: parse commit before computing filtersDerrick Stolee2020-05-111-0/+3
* test-bloom: fix usage typoDerrick Stolee2020-05-011-1/+1
* bloom: fix whitespace around tab lengthDerrick Stolee2020-05-012-10/+10
* test-bloom: check that we have expected argumentsJeff King2020-04-231-4/+16
* test-bloom: fix some whitespace issuesJeff King2020-04-231-5/+5
* blame: drop unused parameter from maybe_changed_pathJeff King2020-04-231-3/+1
* blame: use changed-path Bloom filtersDerrick Stolee2020-04-163-9/+146
* tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-164-5/+29
* revision: complicated pathspecs disable filtersDerrick Stolee2020-04-161-1/+18
* bloom: ignore renames when computing changed pathsDerrick Stolee2020-04-091-0/+1
* commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-066-1/+12
* t4216: add end to end tests for git log with Bloom filtersGarima Singh2020-04-062-0/+159
* revision.c: add trace2 stats around Bloom filter usageGarima Singh2020-04-061-0/+41
* revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-064-2/+118
* commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-062-2/+12
* commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-064-6/+55
* commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-063-1/+147
* commit-graph: examine commits by generation numberGarima Singh2020-03-301-3/+30
* commit-graph: examine changed-path objects in pack orderJeff King2020-03-301-3/+35
* commit-graph: compute Bloom filters for changed pathsGarima Singh2020-03-302-2/+33
* diff: halt tree-diff early after max_changesDerrick Stolee2020-03-303-1/+14
* bloom.c: core Bloom filter implementation for changed paths.Garima Singh2020-03-304-0/+172
* bloom.c: introduce core Bloom filter constructsGarima Singh2020-03-304-1/+188
* bloom.c: add the murmur3 hash implementationGarima Singh2020-03-307-0/+133
* commit-graph: define and use MAX_NUM_CHUNKSGarima Singh2020-03-301-2/+3
* Merge branch 'ds/default-pack-use-sparse-to-true'Junio C Hamano2020-03-297-16/+18
|\
| * pack-objects: flip the use of GIT_TEST_PACK_SPARSEDerrick Stolee2020-03-203-5/+6
| * config: set pack.useSparse=true by defaultDerrick Stolee2020-03-205-11/+12
* | The second batch post 2.26 cycleJunio C Hamano2020-03-261-0/+53
* | Merge branch 'ah/force-pull-rebase-configuration'Junio C Hamano2020-03-263-11/+65
|\ \
| * | pull: warn if the user didn't say whether to rebase or to mergeAlex Henrie2020-03-103-11/+65
* | | Merge branch 'tg/retire-scripted-stash'Junio C Hamano2020-03-268-862/+31
|\ \ \
| * | | stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-058-860/+30
| * | | stash: get git_stash_config at the top levelThomas Gummerer2020-03-031-3/+2
| |/ /
* | | Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano2020-03-262-7/+28
|\ \ \
| * | | describe: force long format for a name based on a mislocated tagJunio C Hamano2020-02-202-7/+28
* | | | Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano2020-03-263-13/+34
|\ \ \ \
| * | | | rebase: --fork-point regression fixJunio C Hamano2020-02-113-13/+34
* | | | | Merge branch 'bc/filter-process'Junio C Hamano2020-03-2620-75/+350
|\ \ \ \ \
| * | | | | t0021: test filter metadata for additional casesbrian m. carlson2020-03-161-0/+45
| * | | | | builtin/reset: compute checkout metadata for resetbrian m. carlson2020-03-162-4/+44
| * | | | | builtin/rebase: compute checkout metadata for rebasesbrian m. carlson2020-03-163-1/+40
| * | | | | builtin/clone: compute checkout metadata for clonesbrian m. carlson2020-03-162-4/+11