Files
plugin-hub/.github/workflows
Max Weber 00b3acafc2 package: only download tree & blobs for the commit we want
We can't do a real shallow clone since GitHub doesn't let you fetch
arbitrary commits. Instead we fetch the whole commit graph, but not the
file trees or file blobs, which are fetched by git checkout on-demand.
2021-08-02 15:05:05 -06:00
..