Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(VcsInfo): Move
matches
method into class
Up until now the method `VcsInfo.matches(VcsInfo)` method was only defined and used inside the `Repository` class. With shifing from `VcsInfo` to `RepositoryProvenance`, we require that matcher inside of `RepositoryProvenance`. In order to have it available, we move it into the `VcsInfo` class proper, instead of having it available only to one class (`RepositoryProvenance`) again by moving it there. Signed-off-by: Jens Keim <[email protected]>
- Loading branch information