Commit Diff


commit - 03e039d3015ee732982f7dccfb353c2add0f5677
commit + abce08bcf1c32312a1cd4307c1f194ba1d285a7a
blob - 9c968e99e7b2c036d9788ff8497d530b4747929e
blob + 4510c83e360e04b1f395c4f7dd1eb1113a85d62c
--- code.html
+++ code.html
@@ -45,6 +45,7 @@ got clone ssh://anonymous@got.gameoftrees.org/got.git
 got checkout got.git
 </pre>
 
+<!-- deprecated, don't use for new clones
 Alternatively, the repository can be cloned from git.gameoftrees.org
 via HTTPS with Git:
 <pre class="cmdbox">
@@ -57,6 +58,7 @@ because it does not use encryption:
 <pre class="cmdbox">
 git clone git://git.gameoftrees.org/got.git
 </pre>
+-->
 
 <p>
 Web interfaces for browsing are also available:
blob - 068a32977aa23e97154a2c98068cb49c5b53a866
blob + 02c6513e604fc687a221c5ab4e4574b07e6f6118
--- portable.html
+++ portable.html
@@ -85,6 +85,7 @@ got checkout got-portable.git
 </pre>
 </p>
 
+<!-- deprecated, don't use for new clones
 <p>
 Alternatively, the repository can be cloned from git.gameoftrees.org
 via HTTPS with Git:
@@ -99,6 +100,7 @@ because it does not use encryption:
 git clone git://git.gameoftrees.org/got-portable.git
 </pre>
 </p>
+-->
 
 <p>
 A web interface for browsing the code