Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | commit-graph: use config to specify generation type | Derrick Stolee | 1 | -1/+0 |
2021-01-18 | commit-reach: use corrected commit dates in paint_down_to_common() | Abhishek Kumar | 1 | -0/+6 |
2021-01-18 | commit-graph: use generation v2 only if entire chain does | Abhishek Kumar | 1 | -0/+1 |
2021-01-18 | commit-graph: implement generation data chunk | Abhishek Kumar | 1 | -0/+3 |
2021-01-18 | commit-graph: return 64-bit generation number | Abhishek Kumar | 1 | -2/+2 |
2021-01-18 | commit-graph: add a slab to store topological levels | Abhishek Kumar | 1 | -0/+1 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -6/+11 |
2020-09-18 | builtin/commit-graph.c: introduce '--max-new-filters=<n>' | Taylor Blau | 1 | -0/+1 |
2020-09-17 | commit-graph: rename 'split_commit_graph_opts' | Taylor Blau | 1 | -4/+4 |
2020-09-17 | maintenance: add commit-graph task | Derrick Stolee | 1 | -0/+1 |
2020-09-09 | commit-graph: pass a 'struct repository *' in more places | Taylor Blau | 1 | -2/+4 |
2020-09-09 | commit-graph: introduce 'get_bloom_filter_settings()' | Taylor Blau | 1 | -0/+2 |
2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -1/+2 |
2020-07-30 | Merge branch 'sg/commit-graph-cleanups' into master | Junio C Hamano | 1 | -3/+3 |
2020-07-01 | commit-graph: persist existence of changed-paths | Derrick Stolee | 1 | -0/+1 |
2020-06-23 | commit-graph: change test to die on parse, not load | Derrick Stolee | 1 | -1/+1 |
2020-06-17 | commit-graph: introduce commit_graph_data_slab | Abhishek Kumar | 1 | -0/+10 |
2020-06-08 | commit-graph: clean up #includes | SZEDER Gábor | 1 | -3/+3 |
2020-05-18 | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag | Taylor Blau | 1 | -3/+1 |
2020-05-01 | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 1 | -0/+9 |
2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -1/+8 |
2020-04-24 | commit-graph: close descriptors after mmap | Jeff King | 1 | -4/+1 |
2020-04-16 | tests: write commit-graph with Bloom filters | Derrick Stolee | 1 | -0/+9 |
2020-04-15 | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 1 | -1/+2 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -1/+2 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -1/+2 |
2020-04-15 | builtin/commit-graph.c: support for '--split[=<strategy>]' | Taylor Blau | 1 | -0/+5 |
2020-04-06 | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag | Garima Singh | 1 | -0/+1 |
2020-04-06 | commit-graph: write Bloom filters to commit graph file | Garima Singh | 1 | -0/+5 |
2020-03-30 | commit-graph: compute Bloom filters for changed paths | Garima Singh | 1 | -1/+2 |
2020-02-04 | commit-graph.h: use odb in 'load_commit_graph_one_fd_st' | Taylor Blau | 1 | -1/+2 |
2020-02-04 | commit-graph.c: remove path normalization, comparison | Taylor Blau | 1 | -1/+1 |
2020-02-04 | commit-graph.h: store object directory in 'struct commit_graph' | Taylor Blau | 1 | -2/+3 |
2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -2/+3 |
2019-09-12 | upload-pack: disable commit graph more gently for shallow traversal | Jeff King | 1 | -0/+6 |
2019-08-05 | commit-graph: error out on invalid commit oids in 'write --stdin-commits' | SZEDER Gábor | 1 | -1/+3 |
2019-08-05 | commit-graph: turn a group of write-related macro flags into an enum | SZEDER Gábor | 1 | -5/+8 |
2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -2/+4 |
2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -2/+10 |
2019-06-19 | commit-graph: allow cross-alternate chains | Derrick Stolee | 1 | -0/+1 |
2019-06-19 | commit-graph: write commit-graph chains | Derrick Stolee | 1 | -0/+2 |
2019-06-19 | commit-graph: add base graphs chunk | Derrick Stolee | 1 | -0/+1 |
2019-06-19 | commit-graph: prepare for commit-graph chains | Derrick Stolee | 1 | -0/+3 |
2019-06-12 | commit-graph: use raw_object_store when closing | Derrick Stolee | 1 | -1/+1 |
2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -3/+5 |
2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -5/+11 |
2019-04-01 | commit-graph write: don't die if the existing graph is corrupt | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-04-01 | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2019-04-01 | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2019-02-05 | Merge branch 'ab/commit-graph-write-progress' | Junio C Hamano | 1 | -1/+1 |