mirror of
https://github.com/grdl/git-get.git
synced 2026-02-15 16:20:10 +00:00
Remove verbose flags from git clone
This commit is contained in:
@@ -53,7 +53,7 @@ func Clone(opts *CloneOpts) (*Repo, error) {
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
args := []string{"clone", "--progress", "-v"}
|
args := []string{"clone"}
|
||||||
|
|
||||||
if opts.Branch != "" {
|
if opts.Branch != "" {
|
||||||
args = append(args, "--branch", opts.Branch, "--single-branch")
|
args = append(args, "--branch", opts.Branch, "--single-branch")
|
||||||
|
|||||||
Reference in New Issue
Block a user