mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Git 2.11.0 breaks the git clone approach in git_build_app_repo() in
25ab004c53
git worktree is a much simpler approach but only works for git >= 2.5
so it is not available in Ubuntu 14.04.
Fixes #2512.