You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Currently the packages that are downloaded from a repository, are referenced by the last eight characters of the SHA-1 at which the head of the git tree was when the repository was cloned instead of the first eight.
i. e. if I install a repository where the HEAD is currently found at 9f0db1a1b1a9c0754fddf33843ed36e342a0b016, the output directory will be:
windows-xp-latest-repository-42a0b016
Instead of:
windows-xp-latest-repository-9f0db1a1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the packages that are downloaded from a repository, are referenced by the last eight characters of the SHA-1 at which the head of the git tree was when the repository was cloned instead of the first eight.
i. e. if I install a repository where the HEAD is currently found at
9f0db1a1b1a9c0754fddf33843ed36e342a0b016
, the output directory will be:Instead of:
The text was updated successfully, but these errors were encountered: