\r
#### fixes\r
\r
+- Empty repository page failed to handle missing repository (issue 160)\r
- Fixed broken ticgit urls (issue 157)\r
- Exclude submodules from zip downloads (issue 151)\r
- Fixed bug where repository ownership was not updated on rename user\r
\r
String repositoryName = WicketUtils.getRepositoryName(params);\r
RepositoryModel repository = GitBlit.self().getRepositoryModel(repositoryName);\r
+ if (repository == null) {\r
+ error(getString("gb.canNotLoadRepository") + " " + repositoryName, true);\r
+ }\r
\r
if (repository.hasCommits) {\r
// redirect to the summary page if this repository is not empty\r