108 Commits (89a1f4aaf7650288b976c6022b2c5854950d52c6)

Author SHA1 Message Date
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
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Derrick Stolee 53c36670e7 commit-graph: reduce initial oid allocation 6 years ago
Derrick Stolee f4dbdfc4d5 commit-graph: clean up leaked memory during write 6 years ago
Ævar Arnfjörð Bjarmason 1f7f557fd3 commit-graph verify: add progress output 7 years ago
Ævar Arnfjörð Bjarmason 7b0f229222 commit-graph write: add progress output 7 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 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
Derrick Stolee 5cef295f28 commit-graph: not compatible with uninitialized repo 7 years ago
Derrick Stolee 20fd6d5799 commit-graph: not compatible with grafts 7 years ago
Derrick Stolee d6538246d3 commit-graph: not compatible with replace objects 7 years ago
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Nguyễn Thái Ngọc Duy 4f5b532d18 commit-graph.c: mark more strings for translation 7 years ago
Derrick Stolee 6cc017431c commit-reach: use can_all_from_reach 7 years ago