Commit Diff


commit - faeace6938dab50e5634532b5702420c7e18f550
commit + 2b499410fbde242112d21b4b4f36174e997ef67f
blob - 710345416ddf577ab77206cfa767767949cc4bfb
blob + ea419e41f960be4631147495cbd2f8c31338e510
--- git-repository.5.html
+++ git-repository.5.html
@@ -208,7 +208,7 @@ The particular set of disallowed characters in referen
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 8, 2019</td>
+    <td class="foot-date">October 6, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - f489a9ac44755b82f05ccf2473e582b131b849fa
blob + 02014968e0ad74fa243af47acc00ccd93e8802c1
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -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">September 8, 2019</td>
+    <td class="foot-date">October 6, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - c602d0cba9edd0c73b6dcf52135a42f4778adeed
blob + fdd7a5ae2f5a036da0b28d9fff1dcc68ce5fab91
--- got.1.html
+++ got.1.html
@@ -321,13 +321,21 @@
         <td>file was modified after having been staged for addition</td>
       </tr>
     </table>
-    <p class="Pp">For compatibility with <a class="Xr">cvs(1)</a>,
-        <code class="Cm">got status</code> parses
-        <span class="Pa">.cvsignore</span> files in each traversed directory and
-        will not display unversioned files which match <a class="Xr">glob(7)</a>
-        ignore patterns contained in <span class="Pa">.cvsignore</span> files.
+    <p class="Pp">For compatibility with <a class="Xr">cvs(1)</a> and
+        <a class="Xr">git(1)</a>, <code class="Cm">got status</code> reads
+        <a class="Xr">glob(7)</a> patterns from
+        <span class="Pa">.cvsignore</span> and
+        <span class="Pa">.gitignore</span> files in each traversed directory and
+        will not display unversioned files which match these patterns. As an
+        extension to <a class="Xr">glob(7)</a> matching rules,
+        <code class="Cm">got status</code> supports consecutive asterisks,
+        &#x201C;**&#x201D;, which will match an arbitrary amount of directories.
         Unlike <a class="Xr">cvs(1)</a>, <code class="Cm">got status</code> only
-        supports a single ignore pattern per line.</p>
+        supports a single ignore pattern per line. Unlike
+        <a class="Xr">git(1)</a>, <code class="Cm">got status</code> does not
+        support negated ignore patterns prefixed with &#x201C;!&#x201D;, and
+        gives no special significance to the location of path component
+        separators, &#x201C;/&#x201D;, in a pattern.</p>
   </dd>
   <dt><a class="permalink" href="#st"><code class="Cm" id="st">st</code></a></dt>
   <dd>Short alias for <code class="Cm">status</code>.</dd>
@@ -542,8 +550,9 @@
         &#x201C;refs/heads/&#x201D; reference namespace. The
         <code class="Cm">got branch</code> command operates on references in
         this namespace only.</p>
-    <p class="Pp">If no options are passed, expect one or two arguments and
-        attempt to create a branch reference with the given
+    <p class="Pp">If invoked in a work tree without any arguments, print the
+        name of the work tree's current branch. If one or two arguments are
+        passed, attempt to create a branch reference with the given
         <var class="Ar">name</var>, and make it point at the given
         <var class="Ar">commit</var>. The expected <var class="Ar">commit</var>
         argument is a commit ID SHA1 hash or an existing reference or tag name
@@ -1459,7 +1468,7 @@ Clone an existing Git repository for use with <code cl
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 8, 2019</td>
+    <td class="foot-date">October 6, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - 8c9f26b802e65c7b7e744fa8227ef183f9d9a543
blob + fd98f35e184b030545884943adcb1bf2ab3e06d4
--- index.html
+++ index.html
@@ -20,7 +20,7 @@
         <li><a href="manual.html">Manual Pages</a>
         <li><a href="examples.html">Examples</a>
         <li><a href="faq.html">FAQ</a>
-        <li><a href="https://www.openbsd.org/papers/eurobsdcon2019-gameoftrees.pdf">EuroBSDCon PDF</a>
+        <li><a href="https://www.openbsd.org/papers/eurobsdcon2019-gameoftrees.pdf">Presentation at EuroBSDcon</a>
         <li><a href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees">Mailing List</a>
       </ul>
       <h1>For OpenBSD</h1>
blob - 4bff09ce10fcff731d4fa2b90559c9a095df4f1b
blob + cca37bf0851a20070c400345449d4db9fb1a2b8b
--- tog.1.html
+++ tog.1.html
@@ -353,7 +353,7 @@ The <code class="Nm">tog</code> utility exits&#x00A0;0
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">September 8, 2019</td>
+    <td class="foot-date">October 6, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>