-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
ppm install doesn't install from commit hashes #821
Comments
I think this is a limitation of the underlying There is a method to check out "references" such as HEADs (branches) or tags, but not for arbitrary commits. See: https://github.com/atom/git-utils#repositorycheckoutreferencereference-create. I think the usage info for the See also the PR where this functionality was originally implemented: pulsar-edit/ppm#13. It only really mentions tags and branches in the PR body/title, not commits. I do think stating it could check out a specific commit by its SHA was an oversight/error. So, I think we do need to update the usage/help text to only state that it works for branches/tags, not commit SHAs. (Otherwise, if anyone is up for implementing this, we may be able to accept an improvement to a forked |
We at least have a PR to address the usage/help text of the PR to fix the usage/help text and error message: pulsar-edit/ppm#105 |
Thanks! I might look into contributing commit checkouts soon, since it will help my use case. |
Thanks in advance for your bug report!
What happened?
Running
yields the following output
Pulsar version
1.109.0 and 1.111.0
Which OS does this happen on?
❓ Other(Please specify in the OS details field below)
OS details
NixOS 23.11
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
After installing Pulsar, execute
Additional Information:
No response
The text was updated successfully, but these errors were encountered: