summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau
2020-05-13commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau
2020-05-13commit-graph.c: show progress of finding reachable commitsTaylor Blau
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-08Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano
2020-05-05commit-graph.c: extract 'refs_cb_data'Taylor Blau
2020-05-04commit-graph: avoid memory leaksJonathan Tan
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-25commit-graph: close descriptors after mmapJeff King
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau
2020-04-23commit-graph.c: don't use discarded graph_name in errorTaylor Blau
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee
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-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano
2020-01-02commit-graph: prefer default size_mult when given zeroDerrick Stolee
2019-12-10Merge 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