Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning

From: Ed Maste <emaste_at_freebsd.org>
Date: Tue, 16 Aug 2022 15:43:28 UTC
On Tue, 16 Aug 2022 at 08:59, Warner Losh <imp@bsdimp.com> wrote:
>
> I don't believe this is a serious pessimization.  Bisect will jump over these, on the
> average, with only a few strides.

Git supports a blame.ignoreRevsFile setting which specifies a file
listing hashes of "uninteresting" commits, like whitespace changes
etc., and perhaps the same sort of thing could be done with bisect.
But as Warner says bisect should get past these quickly anyway.