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
2020-07-02commit-graph: persist existence of changed-pathsDerrick Stolee
2020-07-02bloom: fix logic in get_bloom_filter()Derrick Stolee
2020-06-24commit-graph: change test to die on parse, not loadDerrick Stolee
2020-06-24commit-graph: place bloom_settings in contextDerrick Stolee
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor
2020-06-08commit-graph: clean up #includesSZEDER Gábor
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor
2020-04-17tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh
2020-03-30commit-graph: examine commits by generation numberGarima Singh
2020-03-30commit-graph: examine changed-path objects in pack orderJeff King
2020-03-30commit-graph: compute Bloom filters for changed pathsGarima Singh
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSGarima Singh
2020-03-05Merge branch 'rs/commit-graph-code-simplification'Junio C Hamano
2020-02-27commit-graph: use progress title directlyRené Scharfe
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2020-01-07Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano
2020-01-03commit-graph: prefer default size_mult when given zeroDerrick Stolee
2019-12-11Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano
2019-11-27commit-graph: use start_delayed_progress()Derrick Stolee
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-10-09Merge branch 'ah/cleanups'Junio C Hamano
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano
2019-10-07Merge branch 'rs/commit-graph-use-list-count'Junio C Hamano
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano
2019-10-02commit-graph: remove a duplicate assignmentAlex Henrie
2019-09-19commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-16commit-graph: use commit_list_count()René Scharfe
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeJeff King
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsSZEDER Gábor
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee