fukamachi / qlot

A project-local library installer for Common Lisp
https://qlot.tech
MIT License
468 stars 40 forks source link

Fix an error from `git fetch` command trying to unshallow for a full repository. #293

Closed fukamachi closed 1 month ago

fukamachi commented 1 month ago

This is a follow-up fix. The error happens if the git repository doesn't support shallow clone and :ref is specified.

ref. https://github.com/fukamachi/qlot/issues/286#issuecomment-2388638231