Commit Diff


commit - 7fe2a942aca2ca92c18df73d04953f34d709697b
commit + 4967d3c2f206d9cb5221a57995c1f066eaba275e
blob - 51b47d027ff91b258ef261ce1fdc26ebd830d8e1
blob + ca55480846a4d0c4aaa70332fc8711f29e27ce4d
--- git-repository.5.html
+++ git-repository.5.html
@@ -204,7 +204,7 @@ The particular set of disallowed characters in referen
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 5, 2019</td>
+    <td class="foot-date">August 12, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - c50e39e0d3e15231d5b494adecfa99989da3d67e
blob + 651c03a8a38800d72c92684f03e64902c32e6f63
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -89,8 +89,8 @@ A Got <i class="Em">work tree</i> stores a file hierar
           file index data read from disk. This happens to files which are added
           to the work tree while operations such as <code class="Cm">got
           checkout</code>, <code class="Cm">got update</code>,
-          <code class="Cm">got cherrypick,</code> <code class="Cm">got
-          backout,</code> <code class="Cm">got rebase,</code> and
+          <code class="Cm">got cherrypick</code>, <code class="Cm">got
+          backout</code>, <code class="Cm">got rebase</code>, and
           <code class="Cm">got histedit</code> are in progress. This flag is
           always cleared before the entry is written to disk.</dd>
       <dt>NO_BLOB</dt>
@@ -98,16 +98,16 @@ A Got <i class="Em">work tree</i> stores a file hierar
           blob in the repository. The blob object ID of this entry must be
           considered invalid. This happens when unversioned files are added with
           <code class="Cm">got add</code> and when files are added to the work
-          tree by operations such as <code class="Cm">got cherrypick,</code>
-          <code class="Cm">got backout,</code> <code class="Cm">got
-          rebase,</code> and <code class="Cm">got histedit</code>.</dd>
+          tree by operations such as <code class="Cm">got cherrypick</code>,
+          <code class="Cm">got backout</code>, <code class="Cm">got
+          rebase</code>, and <code class="Cm">got histedit</code>.</dd>
       <dt>NO_COMMIT</dt>
       <dd>The entry is not based on a commit in the repository. The commit
           object ID of this entry must be considered invalid. This happens when
           unversioned files are added with <code class="Cm">got add</code> and
           when files are added to the work tree by operations such as
-          <code class="Cm">got cherrypick,</code> <code class="Cm">got
-          backout,</code> <code class="Cm">got rebase,</code> and
+          <code class="Cm">got cherrypick</code>, <code class="Cm">got
+          backout</code>, <code class="Cm">got rebase</code>, and
           <code class="Cm">got histedit</code>.</dd>
       <dt>NO_FILE_ON_DISK</dt>
       <dd>The entry has no corresponding on-disk file in the work tree. This
@@ -174,7 +174,7 @@ A Got <i class="Em">work tree</i> stores a file hierar
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 6, 2019</td>
+    <td class="foot-date">August 12, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - 9a2ef81b0d4dca5e68e818a3625e1dcb7b437da2
blob + 33b6fb81e57357e71bc0501bb7facb3a7af827e5
--- got.1.html
+++ got.1.html
@@ -615,7 +615,7 @@
       <var class="Ar">path</var> is specified, commit all changes in the work
       tree. Otherwise, commit changes at or within the specified paths.
     <p class="Pp">If changes have been explicitly staged for commit with
-        <code class="Cm">got stage,</code> only commit staged changes and reject
+        <code class="Cm">got stage</code>, only commit staged changes and reject
         any specified paths which have not been staged.</p>
     <p class="Pp">Show the status of each affected file, using the following
         status codes:</p>
@@ -1125,7 +1125,7 @@
       email address in author data, <code class="Nm">got</code> attempts to
       reject <code class="Ev">GOT_AUTHOR</code> environment variables with a
       missing email address.</dd>
-  <dt><a class="permalink" href="#VISUAL,"><code class="Ev" id="VISUAL,">VISUAL,</code></a>
+  <dt><a class="permalink" href="#VISUAL"><code class="Ev" id="VISUAL">VISUAL</code></a>,
     <code class="Ev">EDITOR</code></dt>
   <dd>The editor spawned by <code class="Cm">got commit</code>.</dd>
 </dl>
@@ -1234,8 +1234,8 @@ Clone an existing Git repository for use with <code cl
 <div class="Bd Bd-indent"><code class="Li">$ got rebase
   unified-buffer-cache</code></div>
 <p class="Pp">Create a patch from all changes on the unified-buffer-cache
-    branch. The patch can be mailed out for review and applied to OpenBSD's CVS
-    tree:</p>
+    branch. The patch can be mailed out for review and applied to
+    <span class="Ux">OpenBSD</span>'s CVS tree:</p>
 <p class="Pp"></p>
 <div class="Bd Bd-indent"><code class="Li">$ got diff master
   unified-buffer-cache &gt; /tmp/ubc.diff</code></div>
@@ -1318,7 +1318,7 @@ Clone an existing Git repository for use with <code cl
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 11, 2019</td>
+    <td class="foot-date">August 12, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - eb564a3644758629652e35c47d3d93f20f4a8189
blob + 4a2973fe6caf9a5bf47691635023355fe28c05b9
--- tog.1.html
+++ tog.1.html
@@ -333,7 +333,7 @@ The <code class="Nm">tog</code> utility exits&#x00A0;0
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 11, 2019</td>
+    <td class="foot-date">August 12, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>