207 Commits (d064702be39d974d0eee403f4fbae92f8f0534a7)

Author SHA1 Message Date
SZEDER Gábor 150cd3b61d commit-graph: fix "Writing out commit graph" progress counter 5 years ago
SZEDER Gábor 6f9d5f2fda commit-graph: fix progress of reachable commits 5 years ago
Taylor Blau ce16364e89 commit.c: don't persist substituted parents when unshallowing 5 years ago
Abhishek Kumar c752ad09c4 commit-graph: minimize commit_graph_data_slab access 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 5 years ago
Abhishek Kumar 4844812b9e commit-graph: introduce commit_graph_data_slab 5 years ago
Taylor Blau 2f00c355cb commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag 5 years ago
Taylor Blau 0ec2d0ff07 commit-graph.c: simplify 'fill_oids_from_commits' 5 years ago
Taylor Blau 630cd5194e commit-graph.c: peel refs in 'add_ref_to_set' 5 years ago
Taylor Blau d335ce8f24 commit-graph.c: show progress of finding reachable commits 5 years ago
Taylor Blau 1fe10844ca commit-graph.c: extract 'refs_cb_data' 5 years ago
Jonathan Tan fbda77c6c0 commit-graph: avoid memory leaks 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Junio C Hamano dbd5e0a186 Revert "commit-graph.c: introduce '--[no-]check-oids'" 5 years ago
Taylor Blau 45a4365cb6 commit-graph.c: make 'commit-graph-chain's read-only 5 years ago
Taylor Blau f4d62847a4 commit-graph.c: ensure graph layers respect core.sharedRepository 5 years ago
Taylor Blau 1f9becaedc commit-graph.c: write non-split graphs as read-only 5 years ago
Jeff King c8828530b7 commit-graph: close descriptors after mmap 5 years ago
Taylor Blau b78a556a6a commit-graph.c: gracefully handle file descriptor exhaustion 5 years ago
Taylor Blau a2d57e2280 commit-graph.c: don't use discarded graph_name in error 5 years ago
Derrick Stolee b23ea9790d tests: write commit-graph with Bloom filters 5 years ago
Taylor Blau 7a9ce0269b commit-graph.c: introduce '--[no-]check-oids' 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
Garima Singh 1217c03e7b commit-graph: reuse existing Bloom filters during write 5 years ago
Garima Singh 76ffbca71a commit-graph: write Bloom filters to commit graph file 5 years ago
Derrick Stolee b09b785c78 commit-graph: fix buggy --expire-time option 5 years ago
Garima Singh 3d11275505 commit-graph: examine commits by generation number 5 years ago
Jeff King d21ee7d111 commit-graph: examine changed-path objects in pack order 5 years ago
Garima Singh f97b9325f6 commit-graph: compute Bloom filters for changed paths 5 years ago
Garima Singh 3be7efcafc commit-graph: define and use MAX_NUM_CHUNKS 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 5 years ago
Garima Singh 7371612255 commit-graph: add --[no-]progress to write and verify 5 years ago
René Scharfe 689a146c91 commit-graph: use commit_list_count() 5 years ago
Jeff King 6abada1880 upload-pack: disable commit graph more gently for shallow traversal 5 years ago
Jeff King fbab552a53 commit-graph: bump DIE_ON_LOAD check to actual load-time 5 years ago
SZEDER Gábor 67fa6aac5a commit-graph: don't show progress percentages while expanding reachable commits 5 years ago
Taylor Blau 806278dead commit-graph.c: handle corrupt/missing trees 5 years ago
Taylor Blau 16749b8dd2 commit-graph.c: handle commit parsing errors 5 years ago