- Fixed AddIndexedBranch tool --branch parameter (issue 247) \r
- Improve NPE handling for hook script enumeration (issue-253)\r
- Workaround missing commit information in blame page (JGit bug 374382, issue-254) \r
+ - Ignore orphan ".git" folder in the repositories root folder (issue-256)\r
\r
changes:\r
- Improved error logging for servlet containers which provide a null contextFolder (issue 199)\r
list.addAll(getRepositoryList(repositoriesFolder.getAbsolutePath(), repositoriesFolder,\r
onlyBare, searchSubfolders, depth, patterns));\r
StringUtils.sortRepositorynames(list);\r
+ list.remove(".git"); // issue-256\r
return list;\r
}\r
\r