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

feat: Git manifest sources can now specify a reference to pin to #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alecthomas
Copy link
Collaborator

This was in the documentation but not implemented
(as discovered in #342). #<tag> was supported for Git packages, so I've factored that code out and reused it.

Added an integration test for this, along with a couple of new test helper functions that should make these kind of tests simpler in the future.

This was in the documentation but not implemented
(as discovered in #342). `#<tag>` was supported for Git packages, so
I've factored that code out and reused it.

Added an integration test for this, along with a couple of new test helper
functions that should make these kind of tests simpler in the future.
@alecthomas alecthomas requested a review from jvmakine November 13, 2022 10:26
@alecthomas
Copy link
Collaborator Author

I think I will change this a bit. Packages want a fast checkout because they're cloned for each install, while sources want the ability to update. Using clone --branch is better in the former case.

@OmarTawfik
Copy link
Contributor

@alecthomas any thoughts on finalizing/merging this?
Happy to dogfood/provide feedback once it is released to stable.

@OmarTawfik
Copy link
Contributor

@alecthomas one last ping :)
thanks for working on this!

@alecthomas
Copy link
Collaborator Author

Alas, I just don't have time at the moment 😢

spicykay pushed a commit to spicykay/hermit that referenced this pull request Aug 23, 2024
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.

3 participants