ds/commit-graph-on-fetch, was Re: What's cooking in git.git (Oct 2019, #07; Wed, 30)
From: Johannes Schindelin <hidden> Date: 2019-10-30 22:39:42
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