Commit Diff


commit - eb12c7bea439900cabcc79783922fcfca37074a0
commit + a701a2ae789d2b29fc328752ed47d486553d4e1d
blob - 32a556c6e50600393b6389d08f9fce1bc66aa55a
blob + 703978977a16996bdc7b6eeb418bce7917dced85
--- git-repository.5.html
+++ git-repository.5.html
@@ -209,7 +209,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 470a3ae57586e5613da943e7656648e46204fb65
blob + 1d6c3fd0e87ace33350835970ec357b23626e796
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -182,7 +182,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 2db6db21607e6c42cf8ff2dd6f551002486369ce
blob + d0d50d9b118d1ab086e2198d49aad988a47390f8
--- got.1.html
+++ got.1.html
@@ -674,11 +674,11 @@
     <var class="Ar">commit</var>] [<code class="Fl">-C</code>
     <var class="Ar">number</var>] [<code class="Fl">-l</code>
     <var class="Ar">N</var>] [<code class="Fl">-p</code>]
-    [<code class="Fl">-P</code>] [<code class="Fl">-s</code>
-    <var class="Ar">search-pattern</var>] [<code class="Fl">-r</code>
-    <var class="Ar">repository-path</var>] [<code class="Fl">-R</code>]
-    [<code class="Fl">-x</code> <var class="Ar">commit</var>]
-    [<var class="Ar">path</var>]</dt>
+    [<code class="Fl">-P</code>] [<code class="Fl">-s</code>]
+    [<code class="Fl">-S</code> <var class="Ar">search-pattern</var>]
+    [<code class="Fl">-r</code> <var class="Ar">repository-path</var>]
+    [<code class="Fl">-R</code>] [<code class="Fl">-x</code>
+    <var class="Ar">commit</var>] [<var class="Ar">path</var>]</dt>
   <dd>Display history of a repository. If a <var class="Ar">path</var> is
       specified, show only commits which modified this path. If invoked in a
       work tree, the <var class="Ar">path</var> is interpreted relative to the
@@ -717,7 +717,8 @@
       <dt id="p~2"><a class="permalink" href="#p~2"><code class="Fl">-p</code></a></dt>
       <dd>Display the patch of modifications made in each commit. If a
           <var class="Ar">path</var> is specified, only show the patch of
-          modifications at or within this path.</dd>
+          modifications at or within this path. Cannot be used with the
+          <code class="Fl">-s</code> option.</dd>
       <dt id="P"><a class="permalink" href="#P"><code class="Fl">-P</code></a></dt>
       <dd>Display the list of file paths changed in each commit, using the
           following status codes:
@@ -739,14 +740,22 @@
             <td>modified file modes (executable bit only)</td>
           </tr>
         </table>
+        <p class="Pp">Cannot be used with the <code class="Fl">-s</code>
+          option.</p>
       </dd>
-      <dt id="s~2"><a class="permalink" href="#s~2"><code class="Fl">-s</code></a>
+      <dt id="s~2"><a class="permalink" href="#s~2"><code class="Fl">-s</code></a></dt>
+      <dd>Display a short one-line summary of each commit, instead of the
+          default history format. Cannot be used together with the
+          <code class="Fl">-p</code> or <code class="Fl">-P</code> option.</dd>
+      <dt id="S~2"><a class="permalink" href="#S~2"><code class="Fl">-S</code></a>
         <var class="Ar">search-pattern</var></dt>
-      <dd>If specified, show only commits with a log message matched by the
-          extended regular expression <var class="Ar">search-pattern</var>. When
-          used together with <code class="Fl">-P</code>, then the file paths
-          changed by a commit can be matched as well. Regular expression syntax
-          is documented in <a class="Xr">re_format(7)</a>.</dd>
+      <dd>If specified, show only commits with a log message, author name,
+          committer name, or ID SHA1 hash matched by the extended regular
+          expression <var class="Ar">search-pattern</var>. Lines in committed
+          patches will be matched if <code class="Fl">-p</code> is specified.
+          File paths changed by a commit will be matched if
+          <code class="Fl">-P</code> is specified. Regular expression syntax is
+          documented in <a class="Xr">re_format(7)</a>.</dd>
       <dt id="r~3"><a class="permalink" href="#r~3"><code class="Fl">-r</code></a>
         <var class="Ar">repository-path</var></dt>
       <dd>Use the repository at the specified path. If not specified, assume the
@@ -1392,7 +1401,7 @@
           the commit message in an editor. It has no effect unless it is used
           together with the <code class="Fl">-F</code> option and is intended
           for non-interactive use such as scripting.</dd>
-      <dt id="S~2"><a class="permalink" href="#S~2"><code class="Fl">-S</code></a></dt>
+      <dt id="S~3"><a class="permalink" href="#S~3"><code class="Fl">-S</code></a></dt>
       <dd>Allow the addition of symbolic links which point outside of the path
           space that is under version control. By default, <code class="Cm">got
           commit</code> will reject such symbolic links due to safety concerns.
@@ -2261,7 +2270,7 @@
           &#x201C;n&#x201D;, and &#x201C;q&#x201D; responses line-by-line from
           the specified <var class="Ar">response-script</var> file instead of
           prompting interactively.</dd>
-      <dt id="S~3"><a class="permalink" href="#S~3"><code class="Fl">-S</code></a></dt>
+      <dt id="S~4"><a class="permalink" href="#S~4"><code class="Fl">-S</code></a></dt>
       <dd>Allow staging of symbolic links which point outside of the path space
           that is under version control. By default, <code class="Cm">got
           stage</code> will reject such symbolic links due to safety concerns.
@@ -2765,7 +2774,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 8213a0eb5489235ad6cf459682461e5987f5a6ac
blob + 6173c445ab8d695a1237b8bf31bfe78b0db1df57
--- got.conf.5.html
+++ got.conf.5.html
@@ -267,7 +267,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 9b535bab366e75cef48d046c385035f9d3c125d1
blob + a888072ddc21f8b4bb7ba78023dab46d06730cc8
--- gotadmin.1.html
+++ gotadmin.1.html
@@ -307,7 +307,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 78ba7d55f46c40b0e9db603fd14efcf79060e958
blob + 988b118a26bd325c53ca20c9052b3721695f1416
--- gotweb.8.html
+++ gotweb.8.html
@@ -145,7 +145,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - 62f058e38e5afe2d05951ba47972927a97c1898e
blob + 594a477c4270678a09f2889d6315cfcc0d1000bf
--- gotweb.conf.5.html
+++ gotweb.conf.5.html
@@ -161,7 +161,7 @@ got_logo_url			&quot;https://gameoftrees.org&quot;
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>
blob - f0caa6e28db256b023fb14b766dff62bf796e3cd
blob + 17723ab6ebd86e1ca96d1351c461d4b19f392ef7
--- tog.1.html
+++ tog.1.html
@@ -120,12 +120,30 @@
       <dt id="Up-arrow,"><a class="permalink" href="#Up-arrow,"><code class="Cm">Up-arrow,
         k, &lt;, Comma, Ctrl-p</code></a></dt>
       <dd>Move the selection cursor up.</dd>
+      <dt id="Right-arrow,"><a class="permalink" href="#Right-arrow,"><code class="Cm">Right-arrow,
+        l</code></a></dt>
+      <dd>Scroll log message field to the right. Log message moves left on the
+          screen.</dd>
+      <dt id="Left-arrow,"><a class="permalink" href="#Left-arrow,"><code class="Cm">Left-arrow,
+        h</code></a></dt>
+      <dd>Scroll log message field to the left. Log message moves right on the
+          screen.</dd>
+      <dt id="$"><a class="permalink" href="#$"><code class="Cm">$</code></a></dt>
+      <dd>Scroll log message field to the rightmost position.</dd>
+      <dt id="0"><a class="permalink" href="#0"><code class="Cm">0</code></a></dt>
+      <dd>Scroll log message field to the leftmost position.</dd>
       <dt id="Page-down,"><a class="permalink" href="#Page-down,"><code class="Cm">Page-down,
         Ctrl+f</code></a></dt>
       <dd>Move the selection cursor down one page.</dd>
       <dt id="Page-up,"><a class="permalink" href="#Page-up,"><code class="Cm">Page-up,
         Ctrl+b</code></a></dt>
       <dd>Move the selection cursor up one page.</dd>
+      <dt id="Ctrl+d,"><a class="permalink" href="#Ctrl+d,"><code class="Cm">Ctrl+d,
+        d</code></a></dt>
+      <dd>Move the selection cursor down one half page.</dd>
+      <dt id="Ctrl+u,"><a class="permalink" href="#Ctrl+u,"><code class="Cm">Ctrl+u,
+        u</code></a></dt>
+      <dd>Move the selection cursor up one half page.</dd>
       <dt id="Home,"><a class="permalink" href="#Home,"><code class="Cm">Home,
         g</code></a></dt>
       <dd>Move the cursor to the newest commit.</dd>
@@ -222,12 +240,28 @@
       <dt id="Up-arrow,~2"><a class="permalink" href="#Up-arrow,~2"><code class="Cm">Up-arrow,
         k, Ctrl-p</code></a></dt>
       <dd>Scroll up.</dd>
+      <dt id="Right-arrow,~2"><a class="permalink" href="#Right-arrow,~2"><code class="Cm">Right-arrow,
+        l</code></a></dt>
+      <dd>Scroll view to the right. Diff output moves left on the screen.</dd>
+      <dt id="Left-arrow,~2"><a class="permalink" href="#Left-arrow,~2"><code class="Cm">Left-arrow,
+        h</code></a></dt>
+      <dd>Scroll view to the left. Diff output moves right on the screen.</dd>
+      <dt id="$~2"><a class="permalink" href="#$~2"><code class="Cm">$</code></a></dt>
+      <dd>Scroll view to the rightmost position.</dd>
+      <dt id="0~2"><a class="permalink" href="#0~2"><code class="Cm">0</code></a></dt>
+      <dd>Scroll view left to the start of the line.</dd>
       <dt id="Page-down,~2"><a class="permalink" href="#Page-down,~2"><code class="Cm">Page-down,
         Space, Ctrl+f</code></a></dt>
       <dd>Scroll down one page.</dd>
       <dt id="Page-up,~2"><a class="permalink" href="#Page-up,~2"><code class="Cm">Page-up,
         Ctrl+b</code></a></dt>
       <dd>Scroll up one page.</dd>
+      <dt id="Ctrl+d,~2"><a class="permalink" href="#Ctrl+d,~2"><code class="Cm">Ctrl+d,
+        d</code></a></dt>
+      <dd>Scroll down one half page.</dd>
+      <dt id="Ctrl+u,~2"><a class="permalink" href="#Ctrl+u,~2"><code class="Cm">Ctrl+u,
+        u</code></a></dt>
+      <dd>Scroll up one half page.</dd>
       <dt id="Home,~2"><a class="permalink" href="#Home,~2"><code class="Cm">Home,
         g</code></a></dt>
       <dd>Scroll to the top of the view.</dd>
@@ -294,12 +328,28 @@
       <dt id="Up-arrow,~3"><a class="permalink" href="#Up-arrow,~3"><code class="Cm">Up-arrow,
         k, Ctrl-p</code></a></dt>
       <dd>Move the selection cursor up.</dd>
+      <dt id="Right-arrow,~3"><a class="permalink" href="#Right-arrow,~3"><code class="Cm">Right-arrow,
+        l</code></a></dt>
+      <dd>Scroll view to the right. File output moves left on the screen.</dd>
+      <dt id="Left-arrow,~3"><a class="permalink" href="#Left-arrow,~3"><code class="Cm">Left-arrow,
+        h</code></a></dt>
+      <dd>Scroll view to the left. File output moves right on the screen.</dd>
+      <dt id="$~3"><a class="permalink" href="#$~3"><code class="Cm">$</code></a></dt>
+      <dd>Scroll view to the rightmost position.</dd>
+      <dt id="0~3"><a class="permalink" href="#0~3"><code class="Cm">0</code></a></dt>
+      <dd>Scroll view left to the start of the line.</dd>
       <dt id="Page-down,~3"><a class="permalink" href="#Page-down,~3"><code class="Cm">Page-down,
         Space, Ctrl+f</code></a></dt>
       <dd>Move the selection cursor down one page.</dd>
       <dt id="Page-up,~3"><a class="permalink" href="#Page-up,~3"><code class="Cm">Page-up,
         Ctrl+b</code></a></dt>
       <dd>Move the selection cursor up one page.</dd>
+      <dt id="Ctrl+d,~3"><a class="permalink" href="#Ctrl+d,~3"><code class="Cm">Ctrl+d,
+        d</code></a></dt>
+      <dd>Move the selection cursor down one half page.</dd>
+      <dt id="Ctrl+u,~3"><a class="permalink" href="#Ctrl+u,~3"><code class="Cm">Ctrl+u,
+        u</code></a></dt>
+      <dd>Move the selection cursor up one half page.</dd>
       <dt id="Home,~3"><a class="permalink" href="#Home,~3"><code class="Cm">Home,
         g</code></a></dt>
       <dd>Move the selection cursor to the first line of the file.</dd>
@@ -390,6 +440,12 @@
       <dt id="Page-up,~4"><a class="permalink" href="#Page-up,~4"><code class="Cm">Page-up,
         Ctrl+b</code></a></dt>
       <dd>Move the selection cursor up one page.</dd>
+      <dt id="Ctrl+d,~4"><a class="permalink" href="#Ctrl+d,~4"><code class="Cm">Ctrl+d,
+        d</code></a></dt>
+      <dd>Move the selection cursor down one half page.</dd>
+      <dt id="Ctrl+u,~4"><a class="permalink" href="#Ctrl+u,~4"><code class="Cm">Ctrl+u,
+        u</code></a></dt>
+      <dd>Move the selection cursor up one half page.</dd>
       <dt id="Home,~4"><a class="permalink" href="#Home,~4"><code class="Cm">Home,
         g</code></a></dt>
       <dd>Move the selection cursor to the first entry.</dd>
@@ -461,6 +517,12 @@
       <dt id="Page-up,~5"><a class="permalink" href="#Page-up,~5"><code class="Cm">Page-up,
         Ctrl+b</code></a></dt>
       <dd>Move the selection cursor up one page.</dd>
+      <dt id="Ctrl+d,~5"><a class="permalink" href="#Ctrl+d,~5"><code class="Cm">Ctrl+d,
+        d</code></a></dt>
+      <dd>Move the selection cursor down one half page.</dd>
+      <dt id="Ctrl+u,~5"><a class="permalink" href="#Ctrl+u,~5"><code class="Cm">Ctrl+u,
+        u</code></a></dt>
+      <dd>Move the selection cursor up one half page.</dd>
       <dt id="Home,~5"><a class="permalink" href="#Home,~5"><code class="Cm">Home,
         g</code></a></dt>
       <dd>Move the selection cursor to the first reference.</dd>
@@ -477,6 +539,8 @@
       <dt id="i~2"><a class="permalink" href="#i~2"><code class="Cm">i</code></a></dt>
       <dd>Show object IDs for all non-symbolic references displayed in the
           <code class="Cm">ref</code> view.</dd>
+      <dt id="m"><a class="permalink" href="#m"><code class="Cm">m</code></a></dt>
+      <dd>Show last modified date of each displayed reference.</dd>
       <dt id="o"><a class="permalink" href="#o"><code class="Cm">o</code></a></dt>
       <dd>Toggle display order of references between sort by name and sort by
           timestamp.</dd>
@@ -592,7 +656,7 @@
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">May 10, 2022</td>
+    <td class="foot-date">June 17, 2022</td>
     <td class="foot-os">OpenBSD 7.1</td>
   </tr>
 </table>