submodule.recurse should apply to clone

2019-01-16 Thread Tim Hutt
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

2017-06-21 Thread Tim Hutt
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