Re: [PATCH 0/2] bug with rev-list --verify-objects and commit-graph
From: Taylor Blau <hidden> Date: 2022-09-06 21:21:04
On Tue, Sep 06, 2022 at 04:58:59PM -0400, Jeff King wrote:
While looking at something unrelated, I noticed that "git rev-list
--verify-objects" will not actually notice corruptions of commits that
are found in a commit graph. This fixes it.
I reviewed both of these patches, and they look good to me. Thanks!
Thanks,
Taylor