Signed-off-by: Cory Snider <csnider@mirantis.com>
@@ -20,6 +20,7 @@ type gitRepo struct {
isolateConfig bool
}
+// CloneOption changes the behaviour of Clone().
type CloneOption func(*gitRepo)
// WithIsolatedConfig disables reading the user or system gitconfig files when