165 Commits (ce16364e897e70a17bd1864b6007719eeec959f3)

Author SHA1 Message Date
Taylor Blau ce16364e89 commit.c: don't persist substituted parents when unshallowing 5 years ago
René Scharfe d68ce906c7 commit-graph: use progress title directly 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
Derrick Stolee 63020f175f commit-graph: prefer default size_mult when given zero 5 years ago
Derrick Stolee ecc0869080 commit-graph: use start_delayed_progress() 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Jeff King 228c78fbd4 commit, tag: don't set parsed bit for parse failures 5 years ago
Derrick Stolee cb99a34e23 commit-graph: fix writing first commit-graph during fetch 5 years ago
Alex Henrie 8da02ce62a commit-graph: remove a duplicate assignment 6 years ago
Garima Singh 7371612255 commit-graph: add --[no-]progress to write and verify 6 years ago
René Scharfe 689a146c91 commit-graph: use commit_list_count() 6 years ago
Jeff King 6abada1880 upload-pack: disable commit graph more gently for shallow traversal 6 years ago
Jeff King fbab552a53 commit-graph: bump DIE_ON_LOAD check to actual load-time 6 years ago
SZEDER Gábor 67fa6aac5a commit-graph: don't show progress percentages while expanding reachable commits 6 years ago
Taylor Blau 806278dead commit-graph.c: handle corrupt/missing trees 6 years ago
Taylor Blau 16749b8dd2 commit-graph.c: handle commit parsing errors 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
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
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
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 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 ba41112a63 commit-graph: clean up chains after flattened write 6 years ago
Derrick Stolee 144354b054 commit-graph: rearrange chunk count logic 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 5c84b3396c commit-graph: load commit-graph chains 6 years ago
Derrick Stolee 8d84097f96 commit-graph: expire commit-graph files 6 years ago
Derrick Stolee 3cbc6ed3ee commit-graph: rename commit_compare to oid_compare 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 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