Commit Diff


commit - acd02108d1f1d549e34ce88b19b1ef9508c80921
commit + e9a2e3410023856858e30cd064c75210891b373d
blob - 3c36a4ad8475705d3e49ef80a1948eb4407a857b
blob + d01216a7da9b5a53299231610fdf997b90eb16d6
--- comparison.html
+++ comparison.html
@@ -57,6 +57,7 @@ Got clients interoperate well with popular Git hosting
 and Got servers can safely offer anonymous SSH access for public distribution.
 
 <table border=0 width=100%>
+<tr>
 <td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
 <tr>
 <td><tt>SSH, git (client)<td><tt>SSH, pserver <td><tt>SSH, svn, HTTP <td><tt>SSH, git, HTTP
@@ -66,6 +67,7 @@ and Got servers can safely offer anonymous SSH access 
 The following table lists applicable software licenses:
 
 <table border=0 width=100%>
+<tr>
 <td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
 <tr>
 <td><a href="releases/LICENCE">ISC</a> <td>GPLv1 or later <td>Apache 2 <td>GPLv2 only
@@ -74,6 +76,7 @@ The following table lists applicable software licenses
 <p>
 The table below lists some commonly used commands and their rough equivalents in other systems:
 <table border=0 width=100%>
+<tr>
 <td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
 <tr>
 <td><tt><a href="got.1.html#clone">got clone</a> <td><tt>cvsync / reposync <td><tt>svnsync <td><tt>git clone --bare
@@ -133,7 +136,6 @@ The table below lists some commonly used commands and 
 <td><tt><a href="gotadmin.1.html#pack">gotadmin pack</a> <td><tt>-- <td><tt>svnadmin pack <td><tt>git repack
 <tr>
 <td><tt><a href="gotadmin.1.html#cleanup">gotadmin cleanup</a> <td><tt>-- <td><tt>svnadmin cleanup <td><tt>git gc
-<tr>
 </table>
 </body>
 </html>