caddy-git
caddy-git copied to clipboard
Feature Request: Add support for RecurseSubmodules option
How do I specify an argument for the git pull command, such as --recurse-submodules -j8?
From the looks of it, some code would be needed to be added to configureCloneOptions (and other places where variables are set) to support RecurseSubmodules. I don't have a good enough understanding of Go to implement it myself unfortunately.
@JackBailey , this looks like a feature request. I will try finding time for it.