|
@@ -20,6 +20,7 @@ type gitRepo struct {
|
|
isolateConfig bool
|
|
isolateConfig bool
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// CloneOption changes the behaviour of Clone().
|
|
type CloneOption func(*gitRepo)
|
|
type CloneOption func(*gitRepo)
|
|
|
|
|
|
// WithIsolatedConfig disables reading the user or system gitconfig files when
|
|
// WithIsolatedConfig disables reading the user or system gitconfig files when
|