On Wed Apr 2, 2025 at 9:12 AM EDT, phillip.wood123 wrote: > Each test in a given file runs in the same repository (this is a > performance optimization) so the number of commits will depend on what > the previous tests have done. Usually there is a setup test at the start > of the file which creates some commits with tags. Individual tests can > then use those tags to establish a known state. Ok - that makes sense. And that being the case, I think I stand by the test in v2 of my patch. Thanks