This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Description
It would be very nice if instead of always downloading everything this program could only download the files that changed.
So I think this can be achieved by storing the latest commit SHA in a file like .commit and when a repo is requested to be cloned check for that file and if it exists generate a diff and only downloading the files that were changed in that diff (I'm aware that just downloading and applying the file diff is way too difficult).
If this was added I'd argue it would make sense to add a flag to disable this behavior (or add a flag to enable it).