Commit Diff


commit - 071f747e5c054e671ad9b5c841e66e312903d979
commit + bbf83bf8c2c590233e410ca9c0bfca4835393aff
blob - 17f0cf2db991b60cb2806b295bdc10bb08da6aa8
blob + 130fe0700abd2791e970ade87f388af70253636f
--- git-repository.5.html
+++ git-repository.5.html
@@ -217,7 +217,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
blob - a5970eaa61e3f1ec46fc560fb60aaa0bfb8b2277
blob + a77994fccee32fc711f3278ee43b06b53a335f00
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -191,7 +191,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
blob - bfba3e32c029c65c09b14df08c04bcb3ce3d000c
blob + edfff52eddc2a5136e07ff423703cca01f218a0b
--- got.1.html
+++ got.1.html
@@ -2170,16 +2170,35 @@
 </section>
 <section class="Sh">
 <h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1>
-<p class="Pp"><code class="Nm">got</code> is a work-in-progress and many
-    commands remain to be implemented. At present, the user has to fall back on
-    <a class="Xr">git(1)</a> to perform many tasks, in particular tasks related
-    to repository administration and tasks which require a network
-  connection.</p>
+<p class="Pp"><code class="Nm">got</code> is a work-in-progress and some
+    features remain to be implemented.</p>
+<p class="Pp">At present, the user has to fall back on <a class="Xr">git(1)</a>
+    to perform some tasks. In particular:</p>
+<ul class="Bl-bullet">
+  <li>Reading from remote repositories over HTTP or HTTPS protocols requires
+      <a class="Xr">git-clone(1)</a> and <a class="Xr">git-fetch(1)</a>.</li>
+  <li>Writing to remote repositories, over any protocol, requires
+      <a class="Xr">git-push(1)</a>.</li>
+  <li>Packing repositories, which reduces disk space consumption and improves
+      read-access performance, requires <a class="Xr">git-repack(1)</a>.</li>
+  <li>Exporting data from repositories requires
+      <a class="Xr">git-fast-export(1)</a>.</li>
+  <li>Importing data into repositories requires
+      <a class="Xr">git-fast-import(1)</a>.</li>
+  <li>Reducing the size of repositories by removing redundant or unreferenced
+      data requires <a class="Xr">git-gc(1)</a>.</li>
+  <li>The creation of merge commits, i.e. commits with two or more parent
+      commits, requires <a class="Xr">git-merge(1)</a>.</li>
+  <li>In situations where files or directories were moved around
+      <code class="Cm">got</code> will not automatically merge changes to new
+      locations and <a class="Xr">git(1)</a> will usually produce better
+      results.</li>
+</ul>
 </section>
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
blob - 8de9abf1a8f166541dfd8cccd54e50a7ec095477
blob + 0f696ca9452e5e67f5f57d4a7e41a51aba4603aa
--- gotweb.8.html
+++ gotweb.8.html
@@ -154,7 +154,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
blob - a8a6343b318821e9e12246688b372bde3e1c9ae1
blob + 3f8c654a285aaf2baedb57e6e61451157dd22fa1
--- gotweb.conf.5.html
+++ gotweb.conf.5.html
@@ -170,7 +170,7 @@ got_logo_url			&quot;https://gameoftrees.org&quot;
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
blob - 9f387be0da7631e1bed628fd0cc7d38094b1bbd6
blob + 3fe41f730cf6b664fbeeef2c5a2865c37ee0220e
--- tog.1.html
+++ tog.1.html
@@ -560,7 +560,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">December 13, 2020</td>
+    <td class="foot-date">December 27, 2020</td>
     <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>