mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 17:24:49 +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
|
||||
}
|
||||
|
||||
args := []string{"clone", "--progress", "-v"}
|
||||
args := []string{"clone"}
|
||||
|
||||
if opts.Branch != "" {
|
||||
args = append(args, "--branch", opts.Branch, "--single-branch")
|
||||
|
||||
Reference in New Issue
Block a user