129 Commits (3e8ed3b93e9b46eb6fe61589482751728865de57)

Author SHA1 Message Date
René Scharfe 0aa6bce736 commit-graph: release strbufs after use 6 years ago
Derrick Stolee a35bea40b6 commit-graph: fix bug around octopus merges 6 years ago
Jeff King a378509e1c object: convert create_object() to use object_id 6 years ago
Derrick Stolee 16110c9348 commit-graph: normalize commit-graph filenames 6 years ago
Derrick Stolee ba41112a63 commit-graph: clean up chains after flattened write 6 years ago
Derrick Stolee 3da4b609bb commit-graph: verify chains with --shallow mode 6 years ago
Derrick Stolee c2bc6e6ab0 commit-graph: create options for split files 6 years ago
Derrick Stolee 8d84097f96 commit-graph: expire commit-graph files 6 years ago
Derrick Stolee c523035cbd commit-graph: allow cross-alternate chains 6 years ago
Derrick Stolee 1771be90c8 commit-graph: merge commit-graph chains 6 years ago
Derrick Stolee 135a712375 commit-graph: add --split option to builtin 6 years ago
Derrick Stolee 6c622f9f0b commit-graph: write commit-graph chains 6 years ago
Derrick Stolee 144354b054 commit-graph: rearrange chunk count logic 6 years ago
Derrick Stolee 118bd57002 commit-graph: add base graphs chunk 6 years ago
Derrick Stolee 5c84b3396c commit-graph: load commit-graph chains 6 years ago
Derrick Stolee 3cbc6ed3ee commit-graph: rename commit_compare to oid_compare 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 238def57fe commit-graph: extract write_commit_graph_file() 6 years ago
Derrick Stolee f998d54226 commit-graph: extract copy_oids_to_commits() 6 years ago
Derrick Stolee 014e3440f5 commit-graph: extract count_distinct_commits() 6 years ago
Derrick Stolee b2c8306052 commit-graph: extract fill_oids_from_all_packs() 6 years ago
Derrick Stolee 4c9efe850d commit-graph: extract fill_oids_from_commit_hex() 6 years ago
Derrick Stolee ef5b83f2cf commit-graph: extract fill_oids_from_packs() 6 years ago
Derrick Stolee c9905beade commit-graph: create write_commit_graph_context 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
Josh Steadmon 98552f252a commit-graph: fix memory leak 6 years ago
Nguyễn Thái Ngọc Duy a133c40b23 commit.cocci: refactor code, avoid double rewrite 6 years ago
Ævar Arnfjörð Bjarmason 93b4405ffe commit-graph: improve & i18n error messages 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
Ævar Arnfjörð Bjarmason 2ac138d568 commit-graph: fix segfault on e.g. "git status" 6 years ago
Ævar Arnfjörð Bjarmason 49bbc57a57 commit-graph write: emit a percentage for all progress 6 years ago
Ævar Arnfjörð Bjarmason 890226ccb5 commit-graph write: add itermediate progress 6 years ago
Ævar Arnfjörð Bjarmason e59c615e3c commit-graph write: remove empty line for readability 6 years ago
Ævar Arnfjörð Bjarmason 7c7b8a7fc7 commit-graph write: add more descriptive progress output 6 years ago
Ævar Arnfjörð Bjarmason d9b1b309cf commit-graph write: show progress for object search 6 years ago
Ævar Arnfjörð Bjarmason 289447397c commit-graph write: more descriptive "writing out" output 6 years ago
Ævar Arnfjörð Bjarmason 53035c4f0b commit-graph write: add "Writing out" progress output 6 years ago
SZEDER Gábor 857ba928a4 commit-graph: don't call write_graph_chunk_extra_edges() unnecessarily 6 years ago
SZEDER Gábor 5af7417bd8 commit-graph: rename "large edges" to "extra edges" 6 years ago
Ævar Arnfjörð Bjarmason d7574c95bb commit-graph write: use pack order when finding commits 6 years ago
Josh Steadmon d2b86fbaa1 commit-graph: fix buffer read-overflow 6 years ago
Josh Steadmon aa658574bf commit-graph, fuzz: add fuzzer for commit-graph 6 years ago
Derrick Stolee cce99cd8c6 commit-graph: writing missing parents is a BUG 6 years ago
Stefan Beller 4f542b7a7f commit-graph: convert remaining functions to handle any repo 6 years ago
Ævar Arnfjörð Bjarmason 01ca387774 commit-graph: split up close_reachable() progress output 6 years ago
brian m. carlson c166599862 commit-graph: convert to using the_hash_algo 6 years ago