Luca Milanesio
2014-11-29 b0501c33473771ba8c2f7404f6129aa65a8f203c
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