commit - a43c0256d7d029504bbb5c212bb59fb703620f07
commit + ae803b7494f9e9639fca7c3b6301a74730609773
blob - e6e2fa5599ccc7c365827f8f1cc11196218b30d0
blob + 96f3b3f98b9f01ad7580b70abb019d0dd9ffe8d7
--- git-repository.5.html
+++ git-repository.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">February 25, 2020</td>
+ <td class="foot-date">March 6, 2020</td>
<td class="foot-os">OpenBSD 6.6</td>
</tr>
</table>
blob - 815d8191d231537981dceadf631c6f1d69b89923
blob + c8c400708aaa732a0a5afc0424f1a6e04d845bc2
--- got-worktree.5.html
+++ got-worktree.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">February 25, 2020</td>
+ <td class="foot-date">March 6, 2020</td>
<td class="foot-os">OpenBSD 6.6</td>
</tr>
</table>
blob - f2788afbf6de69c6eabd6ecb069bfbfa00721ac2
blob + ce0e28f4eb2b098dc9fc321e224bdb7e5f4b4eea
--- got.1.html
+++ got.1.html
An abbreviated hash argument will be expanded to a full SHA1 hash
automatically, provided the abbreviation is unique. If this option is
not specified, the most recent commit on the selected branch will be
- used.</dd>
+ used.
+ <p class="Pp">If the specified <var class="Ar">commit</var> is not
+ contained in the selected branch, a different branch which contains
+ this commit must be specified with the <code class="Fl">-b</code>
+ option. If no such branch is known a new branch must be created for
+ this commit with <code class="Cm">got branch</code> before
+ <code class="Cm">got checkout</code> can be used. Checking out work
+ trees with an unknown branch is intentionally not supported.</p>
+ </dd>
<dt><a class="permalink" href="#p"><code class="Fl" id="p">-p</code></a>
<var class="Ar">path-prefix</var></dt>
<dd>Restrict the work tree to a subset of the repository's tree hierarchy.
</table>
<p class="Pp">Every commit in the history being edited must be mentioned in
the script. Lines may be re-ordered to change the order of commits in
- the edited history.</p>
+ the edited history. No commit may be listed more than once.</p>
<p class="Pp">Edited commits are accumulated on a temporary branch which the
work tree will remain switched to throughout the entire histedit
operation. Once history editing has completed successfully, the
</div>
<table class="foot">
<tr>
- <td class="foot-date">February 25, 2020</td>
+ <td class="foot-date">March 6, 2020</td>
<td class="foot-os">OpenBSD 6.6</td>
</tr>
</table>
blob - af1ea58f1cbde8d51246d35408146258221a1e1e
blob + cffd0d4c80da4b17b91cbe85b70b9562018e0761
--- gotweb.8.html
+++ gotweb.8.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">February 25, 2020</td>
+ <td class="foot-date">March 6, 2020</td>
<td class="foot-os">OpenBSD 6.6</td>
</tr>
</table>
blob - 9b666b3705c06b13d7e8f78088e5b2b944c3af1e
blob + 99bc2fce7216b74d4231b5314576bb8187276fb0
--- tog.1.html
+++ tog.1.html
<table class="Nm">
<tr>
<td><code class="Nm">tog</code></td>
- <td><var class="Ar">command</var> [<code class="Fl">-h</code>]
+ <td>[<var class="Ar">command</var>] [<code class="Fl">-h</code>]
[<var class="Ar">arg ...</var>]</td>
</tr>
</table>
+<p class="Pp"></p>
+<br/>
+<table class="Nm">
+ <tr>
+ <td><code class="Nm">tog</code></td>
+ <td><var class="Ar">path</var></td>
+ </tr>
+</table>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<dl class="Bl-tag">
<dt>Log view</dt>
<dd>Displays commits in the repository's history. This view is displayed
- initially if no <var class="Ar">command</var> is specified.</dd>
+ initially if no <var class="Ar">command</var> is specified, or if just a
+ <var class="Ar">path</var> is specified.</dd>
<dt>Diff view</dt>
<dd>Displays changes made in a particular commit.</dd>
<dt>Blame view</dt>
</div>
<table class="foot">
<tr>
- <td class="foot-date">February 25, 2020</td>
+ <td class="foot-date">March 6, 2020</td>
<td class="foot-os">OpenBSD 6.6</td>
</tr>
</table>