This repository was archived by the owner on Aug 22, 2020. It is now read-only.
Support auto-cloning of repositories #26
Open
Description
Right now, we clone on the fly. Some people would like to have some repos cloned automatically. Seems like adding support for this would be easy. Under the clone config, we can add an init section that has a list of strings / regex. If the repo url matches the string or regex, then the repo is added to a list to be cloned once the fs starts up.