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

Add '--no-single-branch' to shallow clone #581

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

andrzej-kaczmarek
Copy link
Contributor

Shallow clone should still download all branches and tags to make sure we can find proper version.

This fixes regression introduced by 1dc2b53 as previously after shallow clone we still run fetch on newly cloned repo which updated branches and tags.

Shallow clone should still download all branches and tags to make sure
we can find proper version.

This fixes regression introduced by 1dc2b53 as previously after shallow
clone we still run fetch on newly cloned repo which updated branches and
tags.
@sjanc sjanc merged commit fdc74bd into apache:master Nov 12, 2024
70 checks passed
@andrzej-kaczmarek andrzej-kaczmarek deleted the fix-shallow-clone branch November 12, 2024 10:46
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.

2 participants