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
Support for git subtree in the git strategy. Contributed by @vkill
Git strategy rewritten internally removing git checkout-index in favour of git archive + on-the-fly extraction, similar to what capistrano does. Also contributed by @vkill