You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For what it's worth, gitlib did make the cloneRepository() method public almost a year ago: gitonomy/gitlib@02ad523d
This would allow you to call cloneRepository() directly instead of cloneBranchTo(), which would give you the ability to specify custom arguments including --depth.
The unfortunate news is that development seems to be stagnant on gitlib, and there still hasn't been a new release containing that change, so you'd have to change the composer package version to 1.0.*@dev. I guess you're already using 0.1.*@dev anyway though, so maybe that would be fine.
https://api.github.com/repos/phpbb/phpbb
http://stackoverflow.com/questions/8646517/see-the-size-of-a-github-repo-before-cloning-it
The text was updated successfully, but these errors were encountered: