Skip to content

Don't attempt to build the cache if the project repo is empty

Stan Hu requested to merge sh-handle-empty-import into master

Attempting to import an empty repo causes Repository#build_cacheto fail with a `nil Exception. This fix prevents that from happening.

Merge request reports