Commit Diff


commit - bd0bf38778e2381d5951ab5d7f7411ff62d93e4b
commit + 5109ab3c9a2e4a84b79dea15c7964066ebf2acaf
blob - 5b801a8bddad1a10cbdc4f99af071006e1d3ea25
blob + c624271c78e7faa14e2cdcf05f742eb87a01e741
--- comparison.html
+++ comparison.html
@@ -48,10 +48,9 @@ restrict the main process (yet?).
 
 <p>
 The table below lists network protocols supported by Got and some other systems.
-For now, Got lacks support for Git's HTTP protocols, relying exclusively on
-<a href="https://openssh.com">OpenSSH</a>.
 Got clients interoperate well with popular Git hosting sites over SSH,
 and Got servers can safely offer anonymous SSH access for public distribution.
+HTTP support in Got is limited to the clone and fetch operations.
 
 <table>
 <thead>
@@ -62,7 +61,7 @@ and Got servers can safely offer anonymous SSH access 
 <td><b>Git</b>
 </thead>
 <tr>
-<td><code>SSH, git (client)</code>
+<td><code>SSH, git (client), HTTP (fetch)</code>
 <td><code>SSH, pserver</code>
 <td><code>SSH, svn, HTTP</code>
 <td><code>SSH, git, HTTP</code>