mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
builder: add missing doc comment
Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
05e25f7892
commit
5b5b5c6f13
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,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
|
||||
|
|
Loading…
Reference in a new issue