Re: [PATCH v4 00/14] Commit-graph: Write incremental files

2019-06-07 Thread Derrick Stolee
On 6/6/2019 12:57 PM, Junio C Hamano wrote: > "Derrick Stolee via GitGitGadget" writes:> >> t/t5323-split-commit-graph.sh | 240 ++ > > This breaks test-lint, as t5323 is already taken in 'pu' by another > topic. I tentatively moved it to 5234 for now. Sorry for not noticing

Re: [PATCH v4 00/14] Commit-graph: Write incremental files

2019-06-06 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > This is based on ds/commit-graph-write-refactor. > > Thanks, -Stolee > > [1] > https://github.com/git/git/commit/43d356180556180b4ef6ac232a14498a5bb2b446 > commit-graph write: don't die if the existing graph is corrupt > > Derrick Stolee (14): > comm

[PATCH v4 00/14] Commit-graph: Write incremental files

2019-06-06 Thread Derrick Stolee via GitGitGadget
This version is now ready for review. The commit-graph is a valuable performance feature for repos with large commit histories, but suffers from the same problem as git repack: it rewrites the entire file every time. This can be slow when there are millions of commits, especially after we stopped