When using --base and --head, the base commit is excluded from validation. This makes it impossible to validate the very first commit in a repository, as there is no earlier commit to use as a base.
This affects fresh repositories where all commits should be validated.
When using
--baseand--head, the base commit is excluded from validation. This makes it impossible to validate the very first commit in a repository, as there is no earlier commit to use as a base.This affects fresh repositories where all commits should be validated.