refactor: gitolite config watching
Created by: nicksnyder
Unless I am misunderstanding something here, it seems like we are doing a lot of work to sync the config just to cache some regexes (and even if we didn't want to cache regexes there would be a more direct way to do it).
This PR removes the seemingly unneeded complexity.