<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ public class GitWeb extends GitRepositoryBrowser {
 
     @DataBoundConstructor
     public GitWeb(String url) throws MalformedURLException {
-        this.url = normalizeToEndWithSlash(new URL(url));
+        this.url = new URL(url);
     }
 
     public URL getUrl() {</diff>
      <filename>src/main/java/hudson/plugins/git/browser/GitWeb.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7909db154f8bb1b79d6ce552ddba14e631faae77</id>
    </parent>
  </parents>
  <author>
    <name>Johannes Plunien</name>
    <email>johannes.plunien@xing.com</email>
  </author>
  <url>http://github.com/plu/Hudson-GIT-plugin/commit/2e0497f41779d89aea5c4cb1d6a14d47acce7f60</url>
  <id>2e0497f41779d89aea5c4cb1d6a14d47acce7f60</id>
  <committed-date>2009-11-04T02:40:06-08:00</committed-date>
  <authored-date>2009-11-04T02:40:06-08:00</authored-date>
  <message>Do not normalizeToEndWithSlash for gitweb URLs</message>
  <tree>1456ddebf1f8acb7827daeda01aed56aea53c70c</tree>
  <committer>
    <name>Johannes Plunien</name>
    <email>johannes.plunien@xing.com</email>
  </committer>
</commit>
