\r
#### fixes\r
\r
+- Exclude submodules from zip downloads (issue 151)\r
- Fixed bug where repository ownership was not updated on rename user\r
- Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)\r
- Wrapped Markdown parser with improved exception handler (issue 142)\r
}\r
tw.setRecursive(true);\r
while (tw.next()) {\r
+ if (tw.getFileMode(0) == FileMode.GITLINK) {\r
+ continue;\r
+ }\r
ZipEntry entry = new ZipEntry(tw.getPathString());\r
entry.setSize(tw.getObjectReader().getObjectSize(tw.getObjectId(0),\r
Constants.OBJ_BLOB));\r