Derrick Stolee <stolee@xxxxxxxxx> writes: >> * 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. > > s/grph/graph/ Thanks. > I had thought this bugfix was worthy of making the release, as it > may affect more users than I realized (anyone with a submodule, fetching > after first clone). Ah, I somehow mistook that this was a fix for an old corner case bug that has left undiscovered for some time, but writing commit graph after fetching is a fairly recent thing, so it is a regression fix. Thanks.