zkat / pacote

programmatic npm package and metadata downloader (moved!)
https://github.com/npm/pacote
MIT License
280 stars 62 forks source link

git: disable shallow clones for non-hosted gits #101

Open zkat opened 7 years ago

zkat commented 7 years ago

Ref: https://github.com/npm/npm/issues/16898#issuecomment-307251467

Gotta try relevant hosts and make sure all the hosted ones are able to do shallow clones like these. :\

raphinesse commented 6 years ago

Isn't this already implemented by the following lines? https://github.com/zkat/pacote/blob/ccc6e9094c2e872f09cc12ae966a0cbc1a570eed/lib/fetchers/git.js#L165-L174