Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to avoid shallow git clone #35

Closed
michaeltyson opened this issue Sep 27, 2014 · 3 comments
Closed

Add option to avoid shallow git clone #35

michaeltyson opened this issue Sep 27, 2014 · 3 comments

Comments

@michaeltyson
Copy link

Shallow git cloning was introduced into cocoapods-downloader in August this year, which breaks any HTTP git repository, like ours.

It would be nice to have an option to disable this via the Podspec so we can continue to offer CocoaPods support for HTTP git repositories.

@michaeltyson
Copy link
Author

A note: It is possible to use the :commit option instead of :tag or :branch, and this will force a checkout instead of a clone, which works with HTTP git repositories. So this isn't urgent, but would be nice.

@kylef
Copy link
Contributor

kylef commented Sep 27, 2014

@michaeltyson can you elaborate on how it "breaks any HTTP git repository".

@segiddins
Copy link
Member

This was fixed by #36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants