Patch URL from pull requests should use full index to maintain stable contents #12531
Unanswered
zmughal
asked this question in
Pull Requests
Replies: 3 comments 1 reply
|
It seems like there is already an undocumented option: |
0 replies
|
While adding |
0 replies
|
On top, the Example: https://github.com/NixOS/nixpkgs/compare/45fbef8fd5498614400dcb7fe602a26897f3dba4...e3d1f343b9bd07e245b440612bbc1018d14a3f71.patch?full_index=1 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The output of URLs with the
.patchsuffix should be similar to:otherwise tools that use the patches with a checksum of the contents can have different contents based on how much
gitdecides to abbreviate the objects.I have come across this here: microsoft/vcpkg#22681 (comment).
All reactions