Joel Johnson
2015-07-02 7fcfa3a236a91b12e0a56044337b87cd40325a3c
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