mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
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.