File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1534,6 +1534,7 @@ function getSource(settings) {
15341534 else {
15351535 fetchOptions.fetchDepth = settings.fetchDepth;
15361536 fetchOptions.fetchTags = settings.fetchTags;
1537+ fetchOptions.showProgress = settings.showProgress;
15371538 const refSpec = refHelper.getRefSpec(settings.ref, settings.commit);
15381539 yield git.fetch(refSpec, fetchOptions);
15391540 }
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
186186 } else {
187187 fetchOptions . fetchDepth = settings . fetchDepth
188188 fetchOptions . fetchTags = settings . fetchTags
189+ fetchOptions . showProgress = settings . showProgress
189190 const refSpec = refHelper . getRefSpec ( settings . ref , settings . commit )
190191 await git . fetch ( refSpec , fetchOptions )
191192 }
You can’t perform that action at this time.
0 commit comments