Skip to content

Fix a semantic conflict with a refactoring

Sami Hiltunen requested to merge smh-fix-semantic-conflict into master

d205b2a0 trimmed down the git.Repository interface and exposed the concrete implementations of that interface. Some code was added during the review which was using the interface and not amended in the MR making the refactorings. This commit fixes those locations.

Merge request reports