Commit Diff


commit - 8844fa3eef22e27dfe5527af258af11a4c8dc03e
commit + f2e17eed7acaa60de6704fb8d8dd44aae3fcd432
blob - 0fd48098b0b2e83319ce4f37981ef51311c13737
blob + 7f595a9998a7b400a1114b1cc25a3aeebadbb4fa
--- git-repository.5.html
+++ git-repository.5.html
@@ -217,8 +217,8 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>
blob - d8228f0d94fe6346f620e3dbe2cd9992b9381cdb
blob + 900d72bf22b7705eeb08891a7e56da2ddea0d527
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -135,7 +135,7 @@
 <div class="Bd Bd-indent"><code class="Li">$ got update # re-create
   .got/file-index</code></div>
 <div class="Bd Bd-indent"><code class="Li">$ find&#x00A0;. -type f -exec touch
-  {}&#x00A0;\; # update timestamp of all files</code></div>
+  {}&#x00A0;+ # update timestamp of all files</code></div>
 <div class="Bd Bd-indent"><code class="Li">$ got update # sync
   timestamps</code></div>
 <p class="Pp">When the file index is modified, it is read into memory in its
@@ -191,8 +191,8 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>
blob - b793b1bec35574cb84a16792fc23c2960bd13883
blob + c38d39c6c5bff4414373e44c6588769b751dc94e
--- got.1.html
+++ got.1.html
@@ -2171,8 +2171,8 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>
blob - 231ab29eae12ee9ef5851cca9f84ea1a6803cc19
blob + cfa0106ce0c8d5bc1200efa7f879126761464c41
--- gotweb.8.html
+++ gotweb.8.html
@@ -158,8 +158,8 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>
blob - 8bd93d13e7dd9b683803c8448843e373e2474d0c
blob + c9b506357c9dd2f6322d525b381090793df218f5
--- gotweb.conf.5.html
+++ gotweb.conf.5.html
@@ -118,6 +118,9 @@ owner = &quot;Your Name&quot;
   <dt id="got_show_site_owner"><a class="permalink" href="#got_show_site_owner"><code class="Ic">got_show_site_owner</code></a>
     <var class="Ar">on</var> | <var class="Ar">off</var></dt>
   <dd>Toggle display of the site owner.</dd>
+  <dt id="got_www_path"><a class="permalink" href="#got_www_path"><code class="Ic">got_www_path</code></a>
+    <var class="Ar">string</var></dt>
+  <dd>Set the public gotweb httpd path.</dd>
 </dl>
 </section>
 <section class="Sh">
@@ -133,6 +136,7 @@ owner = &quot;Your Name&quot;
 #
 
 got_repos_path			&quot;/got/public&quot;
+got_www_path			&quot;/gotweb&quot;
 
 #got_max_repos			100
 #got_max_repos_display		25
@@ -170,8 +174,8 @@ got_logo_url			&quot;https://gameoftrees.org&quot;
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>
blob - 6ef2ead2e5b05df438d3823887f5439f903462f3
blob + dc8f7703a716c347c15e61486c7e81beab314095
--- tog.1.html
+++ tog.1.html
@@ -227,9 +227,10 @@
       <dd>If the diff view was opened via the log view, move to the next (older)
           commit.</dd>
       <dt id="/~2"><a class="permalink" href="#/~2"><code class="Cm">/</code></a></dt>
-      <dd>Prompt for a search pattern and start searching for matching line. The
-          search pattern is an extended regular expression. Regular expression
-          syntax is documented in <a class="Xr">re_format(7)</a>.</dd>
+      <dd>Prompt for a search pattern and start searching for matching lines.
+          The search pattern is an extended regular expression. Regular
+          expression syntax is documented in
+        <a class="Xr">re_format(7)</a>.</dd>
       <dt id="n~2"><a class="permalink" href="#n~2"><code class="Cm">n</code></a></dt>
       <dd>Find the next line which matches the current search pattern.</dd>
       <dt id="N~2"><a class="permalink" href="#N~2"><code class="Cm">N</code></a></dt>
@@ -280,9 +281,10 @@
       <dd>Reload the <code class="Cm">blame</code> view with the previously
           blamed commit.</dd>
       <dt id="/~3"><a class="permalink" href="#/~3"><code class="Cm">/</code></a></dt>
-      <dd>Prompt for a search pattern and start searching for matching line. The
-          search pattern is an extended regular expression. Regular expression
-          syntax is documented in <a class="Xr">re_format(7)</a>.</dd>
+      <dd>Prompt for a search pattern and start searching for matching lines.
+          The search pattern is an extended regular expression. Regular
+          expression syntax is documented in
+        <a class="Xr">re_format(7)</a>.</dd>
       <dt id="n~3"><a class="permalink" href="#n~3"><code class="Cm">n</code></a></dt>
       <dd>Find the next line which matches the current search pattern.</dd>
       <dt id="N~3"><a class="permalink" href="#N~3"><code class="Cm">N</code></a></dt>
@@ -462,8 +464,8 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 21, 2020</td>
-    <td class="foot-os">OpenBSD 6.7</td>
+    <td class="foot-date">November 14, 2020</td>
+    <td class="foot-os">OpenBSD 6.8</td>
   </tr>
 </table>
 </body>