Commit Diff


commit - c2f72a2a19c1a10ac4ffc50fd3353514f2afc6b0
commit + e8022e04f7356894bc356e9e163b21c3b13eac16
blob - ca55480846a4d0c4aaa70332fc8711f29e27ce4d
blob + 2d516ebda4548224540c1fc770328119063ede54
--- 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 12, 2019</td>
+    <td class="foot-date">August 13, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - 651c03a8a38800d72c92684f03e64902c32e6f63
blob + 542e324d82bb155974ea8e2dc7fe0f31eb5cff84
--- 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">August 12, 2019</td>
+    <td class="foot-date">August 13, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - 33b6fb81e57357e71bc0501bb7facb3a7af827e5
blob + 46b0dce9f1951214271e64007ca5cac33370f100
--- got.1.html
+++ got.1.html
@@ -436,6 +436,10 @@
       in the repository. Entries shown in this listing may carry one of the
       following trailing annotations:
     <table class="Bl-column">
+      <tr>
+        <td>@</td>
+        <td>entry is a symbolic link</td>
+      </tr>
       <tr>
         <td>/</td>
         <td>entry is a directory</td>
@@ -477,8 +481,8 @@
   <dt><a class="permalink" href="#ref"><code class="Cm" id="ref">ref</code></a>
     [<code class="Fl">-r</code> <var class="Ar">repository-path</var>]
     [<code class="Fl">-l</code>] [<code class="Fl">-d</code>
-    <var class="Ar">name</var>] [<var class="Ar">name</var>
-    <var class="Ar">target</var>]</dt>
+    <var class="Ar">name</var>] [<code class="Fl">-s</code>]
+    [<var class="Ar">name</var> <var class="Ar">target</var>]</dt>
   <dd>Manage references in a repository.
     <p class="Pp">If no options are passed, expect two arguments and attempt to
         create, or update, the reference with the given
@@ -501,6 +505,11 @@
       <dt><a class="permalink" href="#d"><code class="Fl" id="d">-d</code></a>
         <var class="Ar">name</var></dt>
       <dd>Delete the reference with the specified name from the repository.</dd>
+      <dt><a class="permalink" href="#s_2"><code class="Fl" id="s_2">-s</code></a></dt>
+      <dd>Create a symbolic reference pointing at the specified
+          <var class="Ar">target</var>, which must be an existing reference.
+          Care should be taken not to create loops between references when this
+          option is used.</dd>
     </dl>
   </dd>
   <dt><a class="permalink" href="#branch"><code class="Cm" id="branch">branch</code></a>
@@ -1318,7 +1327,7 @@ Clone an existing Git repository for use with <code cl
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 12, 2019</td>
+    <td class="foot-date">August 13, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>
blob - 4a2973fe6caf9a5bf47691635023355fe28c05b9
blob + d333957edf721eea62fc6dfafdf93e371aad79a6
--- tog.1.html
+++ tog.1.html
@@ -263,6 +263,22 @@
   <dd>Display the repository tree. If the <var class="Ar">repository path</var>
       is omitted, assume the repository is located in the current working
       directory.
+    <p class="Pp">Displayed tree entries may carry one of the following trailing
+        annotations:</p>
+    <table class="Bl-column">
+      <tr>
+        <td>@</td>
+        <td>entry is a symbolic link</td>
+      </tr>
+      <tr>
+        <td>/</td>
+        <td>entry is a directory</td>
+      </tr>
+      <tr>
+        <td>*</td>
+        <td>entry is an executable file</td>
+      </tr>
+    </table>
     <p class="Pp">The key bindings for <code class="Cm">tog tree</code> are as
         follows:</p>
     <dl class="Bl-tag">
@@ -333,7 +349,7 @@ The <code class="Nm">tog</code> utility exits&#x00A0;0
 </div>
 <table class="foot">
   <tr>
-    <td class="foot-date">August 12, 2019</td>
+    <td class="foot-date">August 13, 2019</td>
     <td class="foot-os">OpenBSD 6.5</td>
   </tr>
 </table>