mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Git worktrees do not include the full .git directory - only a pointer to the actual directory - when keep-git-dir is set to true, which is incorrect for built containers. This change special-cases that combination, allowing folks on newer git installs to actually keep the .git directory during the build process. Closes #4415