Skip to content

gittest: Consolidate functions to create test repositories

Patrick Steinhardt requested to merge pks-gittest-create-repo-consolidation into master

This MR consolidates all three functions we have to create test repositories (CreateRepository, InitRepo, CloneRepo) into a single function (CreateRepository).

Merge request reports