submodule.recurse should apply to clone
For some reason submodule.recurse applies to everything except clone. Is there a reason for this strange inconsistency? Cheers, Tim
Monitoring a repository for changes
Hi, Currently if you want to monitor a repository for changes there are three options: * Polling - run a script to check for updates every 60 seconds. * Server side hooks * Web hooks (on Github, Bitbucket etc.) Unfortunately for many (most?) cases server-side hooks and web hooks are not suitable