Commit Diff


commit - d6c5320e2964d20408a8ae9c7d237b36fa797a49
commit + ae520caea9671b8923258568e78f6b23cf1e15f4
blob - 53d71b604ad43a0786558ca3caf79bd5f1959af6
blob + 20b34e60552fe2a7048d8eb2f574cdec5c3f90f5
--- got.1.html
+++ got.1.html
@@ -44,7 +44,7 @@
 <section class="Sh">
 <h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
 <code class="Nm">got</code> &#x2014;
-<div class="Nd">game of trees</div>
+<div class="Nd">Game of Trees</div>
 </section>
 <section class="Sh">
 <h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
@@ -76,7 +76,7 @@
   follows:</p>
 <dl class="Bl-tag">
   <dt><a class="permalink" href="#h"><code class="Fl" id="h">-h</code></a></dt>
-  <dd>Display usage information.</dd>
+  <dd>Display usage information and exit immediately.</dd>
   <dt><a class="permalink" href="#V"><code class="Fl" id="V">-V</code></a></dt>
   <dd>Display program version and exit immediately.</dd>
 </dl>
@@ -597,12 +597,12 @@
         <td>new file was added</td>
       </tr>
     </table>
-    <p class="Pp">Files without local changes will retain their previously
-        recorded base commit. Some <code class="Nm">got</code> commands may
-        refuse to run while the work tree contains files from multiple base
-        commits. The base commit of such a work tree can be made consistent by
-        running <code class="Cm">got update</code> across the entire work
-      tree.</p>
+    <p class="Pp">Files which are not part of the new commit will retain their
+        previously recorded base commit. Some <code class="Nm">got</code>
+        commands may refuse to run while the work tree contains files from
+        multiple base commits. The base commit of such a work tree can be made
+        consistent by running <code class="Cm">got update</code> across the
+        entire work tree.</p>
     <p class="Pp">The <code class="Cm">got commit</code> command requires the
         <code class="Ev">GOT_AUTHOR</code> environment variable to be set.</p>
     <p class="Pp">The options for <code class="Cm">got commit</code> are as
blob - 1e8d78f927400769990e19e9f5be8e99200d30d4
blob + 68bd13aca6cb21b3a11dc59ce17506ab0b7d1547
--- manual.html
+++ manual.html
@@ -15,7 +15,7 @@ Manual Pages
 </h2>
 <hr>
 <ul>
-<li><a href="got.1.html">got</a> &mdash; game of trees
+<li><a href="got.1.html">got</a> &mdash; Game of Trees
 <li><a href="tog.1.html">tog</a> &mdash; Git repository browser
 <li><a href="got-worktree.5.html">got-worktree</a> &mdash; Got work tree format
 <li><a href="git-repository.5.html">git-repository</a> &mdash; Git repository format