-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Restore support for git 1.6.x.x #102
Conversation
Fixes capistrano#96 Revert "improving behavior with git submodules" This reverts commit 05c707c. Conflicts: lib/capistrano/recipes/deploy/scm/git.rb test/deploy/scm/git_test.rb
Still not sure why the change in 05c707c was made in the first place. The git-submodule manpage:
But even before 05c707c, capistrano would run git init regardless. See 05c707c#L0L149 FYI, the error for servers with git 1.6.x.x:
|
It looks like --recursive may actually be the problem instead of --init. This patch does not solve the problem. |
Confirmed that --recursive is what's breaking in 1.6 and not --init. I'll open a new pull request later, since this patch is incorrect. |
Jekyll and repository bug fixes
Fixes #96
Revert "improving behavior with git submodules"
This reverts commit 05c707c.
Conflicts: