fetch verbose

pull/215/head
eric sciple 5 years ago
parent 94c2de77cc
commit ad350781d4

3
dist/index.js vendored

@ -5560,7 +5560,8 @@ class GitCommandManager {
'--no-tags', '--no-tags',
'--prune', '--prune',
'--progress', '--progress',
'--no-recurse-submodules' '--no-recurse-submodules',
'--verbose'
]; ];
if (fetchDepth > 0) { if (fetchDepth > 0) {
args.push(`--depth=${fetchDepth}`); args.push(`--depth=${fetchDepth}`);

@ -172,7 +172,8 @@ class GitCommandManager {
'--no-tags', '--no-tags',
'--prune', '--prune',
'--progress', '--progress',
'--no-recurse-submodules' '--no-recurse-submodules',
'--verbose'
] ]
if (fetchDepth > 0) { if (fetchDepth > 0) {
args.push(`--depth=${fetchDepth}`) args.push(`--depth=${fetchDepth}`)

Loading…
Cancel
Save