Hi Junio, On Wed, 30 Oct 2019, Junio C Hamano wrote: > * ds/commit-graph-on-fetch (2019-10-25) 2 commits > (merged to 'next' on 2019-10-30 at 3ca711f743) > + commit-graph: fix writing first commit-graph during fetch > + t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug > > "git commit-grph write" hit BUG() in corner cases. > > Will cook in 'next'. This is not actually a corner case, I don't think. I get bitten by this every time I pull when fetch.writeCommitGraph is true. Ciao, Dscho