James Moger
2014-09-26 600d43db0c6c19fafa2f5f313170f31cc82acb9c
src/main/java/com/gitblit/manager/IRepositoryManager.java
@@ -195,6 +195,14 @@
   Repository getRepository(String repositoryName, boolean logError);
   /**
    * Returns the list of all repository models.
    *
    * @return list of all repository models
     * @since 1.6.1
    */
   List<RepositoryModel> getRepositoryModels();
   /**
    * Returns the list of repository models that are accessible to the user.
    *
    * @param user