69 Commits (acd7160201ae908d3e0fccee19685ab19b1be720)

Author SHA1 Message Date
Taylor Blau 809e0327f5 builtin/commit-graph.c: introduce '--max-new-filters=<n>' 4 years ago
Taylor Blau 98bb796191 commit-graph: rename 'split_commit_graph_opts' 4 years ago
Derrick Stolee 663b2b1b90 maintenance: add commit-graph task 4 years ago
Taylor Blau ab14d0676c commit-graph: pass a 'struct repository *' in more places 4 years ago
Taylor Blau 4f3644056a commit-graph: introduce 'get_bloom_filter_settings()' 4 years ago
Derrick Stolee 0087a87ba8 commit-graph: persist existence of changed-paths 5 years ago
Derrick Stolee 7b671f8c2b commit-graph: change test to die on parse, not load 5 years ago
Abhishek Kumar 4844812b9e commit-graph: introduce commit_graph_data_slab 5 years ago
SZEDER Gábor fa7965309e commit-graph: clean up #includes 5 years ago
Taylor Blau 2f00c355cb commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag 5 years ago
Jeff King c8828530b7 commit-graph: close descriptors after mmap 5 years ago
Derrick Stolee b23ea9790d tests: write commit-graph with Bloom filters 5 years ago
Taylor Blau 6830c36077 commit-graph.h: replace 'commit_hex' with 'commits' 5 years ago
Taylor Blau 8a6ac287b2 builtin/commit-graph.c: introduce split strategy 'replace' 5 years ago
Taylor Blau fdbde82fe5 builtin/commit-graph.c: introduce split strategy 'no-merge' 5 years ago
Taylor Blau 4f027355f6 builtin/commit-graph.c: support for '--split[=<strategy>]' 5 years ago
Garima Singh d5b873c832 commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag 5 years ago
Garima Singh 76ffbca71a commit-graph: write Bloom filters to commit graph file 5 years ago
Garima Singh f97b9325f6 commit-graph: compute Bloom filters for changed paths 5 years ago
Taylor Blau a7df60cac8 commit-graph.h: use odb in 'load_commit_graph_one_fd_st' 5 years ago
Taylor Blau ad2dd5bb63 commit-graph.c: remove path normalization, comparison 5 years ago
Taylor Blau 13c2499249 commit-graph.h: store object directory in 'struct commit_graph' 5 years ago
Taylor Blau 0bd52e27e3 commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
Jeff King 6abada1880 upload-pack: disable commit graph more gently for shallow traversal 5 years ago
SZEDER Gábor 7c5c9b9c57 commit-graph: error out on invalid commit oids in 'write --stdin-commits' 6 years ago
SZEDER Gábor 39d8831856 commit-graph: turn a group of write-related macro flags into an enum 6 years ago
Derrick Stolee 6c622f9f0b commit-graph: write commit-graph chains 6 years ago
Derrick Stolee 3da4b609bb commit-graph: verify chains with --shallow mode 6 years ago
Derrick Stolee 118bd57002 commit-graph: add base graphs chunk 6 years ago
Derrick Stolee c2bc6e6ab0 commit-graph: create options for split files 6 years ago
Derrick Stolee c523035cbd commit-graph: allow cross-alternate chains 6 years ago
Derrick Stolee d4f4d60f6d commit-graph: prepare for commit-graph chains 6 years ago
Derrick Stolee c3a3a964b2 commit-graph: use raw_object_store when closing 6 years ago
Derrick Stolee 5af8039452 commit-graph: collapse parameters into flags 6 years ago
Derrick Stolee e103f7276f commit-graph: return with errors during write 6 years ago
Ævar Arnfjörð Bjarmason 43d3561805 commit-graph write: don't die if the existing graph is corrupt 6 years ago
Ævar Arnfjörð Bjarmason 67a530fab3 commit-graph: don't pass filename to load_commit_graph_one_fd_st() 6 years ago
Ævar Arnfjörð Bjarmason 61df89c8e5 commit-graph: don't early exit(1) on e.g. "git status" 6 years ago
SZEDER Gábor 5af7417bd8 commit-graph: rename "large edges" to "extra edges" 6 years ago
Josh Steadmon aa658574bf commit-graph, fuzz: add fuzzer for commit-graph 6 years ago
Ævar Arnfjörð Bjarmason 7b0f229222 commit-graph write: add progress output 6 years ago
Derrick Stolee 859fdc0c3c commit-graph: define GIT_TEST_COMMIT_GRAPH 7 years ago
Derrick Stolee 829a321569 commit-graph: close_commit_graph before shallow walk 7 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Derrick Stolee 6cc017431c commit-reach: use can_all_from_reach 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Jonathan Tan c3756d5b7f commit-graph: add free_commit_graph 7 years ago
Jonathan Tan e5c5ca2729 commit-graph: add missing forward declaration 7 years ago
Derrick Stolee 59fb87701f commit-graph: add '--reachable' option 7 years ago
Derrick Stolee d88b14b3fd commit-graph: use string-list API for input 7 years ago