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

Format branch/tag refspecs for git-fetch as <src>:<dst> #1070

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

andrewjcg
Copy link
Contributor

This fixes a bug where new branches, added after src_cache was originally cloned, wouldn't be able to be successfully checkout out. Fix by using a refspec which creates and destination branch/tag.

@wolfv
Copy link
Member

wolfv commented Sep 27, 2024

Thanks!

@wolfv
Copy link
Member

wolfv commented Oct 1, 2024

Hey @andrewjcg - the CI is failing. I would be happy to merge if that's fixed :)

This fixes a bug where new branches, added after `src_cache` was
originally cloned, wouldn't be abled to be successfully checkout out.
Fix by using a refspec which creates and destination branch/tag.
@andrewjcg
Copy link
Contributor Author

Sorry for the delay -- I think I got the tests passing now.

@wolfv
Copy link
Member

wolfv commented Oct 2, 2024

No problem, thanks for working on this 🚀

@wolfv
Copy link
Member

wolfv commented Oct 7, 2024

Thanks!

@wolfv wolfv merged commit 6a4c911 into prefix-dev:main Oct 7, 2024
15 checks passed
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