Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix show-progress option #1466

Closed
wants to merge 5 commits into from
Closed

Fix show-progress option #1466

wants to merge 5 commits into from

Conversation

takost
Copy link
Contributor

@takost takost commented Sep 5, 2023

Fix show-progress option by providing this option to fetch function

@takost takost requested a review from a team as a code owner September 5, 2023 14:35
@@ -177,6 +177,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
} else {
fetchOptions.fetchDepth = settings.fetchDepth
fetchOptions.fetchTags = settings.fetchTags
fetchOptions.showProgress = settings.showProgress
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In v3 before this option was added it was applied to fetch-depth: 0 usage as well. Can you add this outside the if block, like on like 162?

@takost
Copy link
Contributor Author

takost commented Sep 6, 2023

Closing this PR as we have other one

@takost takost closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants