commit - 3cae8cb10c6557ecdbdaba7aefaaab49ce65ee40
commit + 4448c231ae311632b1ec0f56010253b61bac930b
blob - 4c530aa1a6b51d7da0f9ca228e5cb0003f8499d9
blob + b7f26f9137b11e4e7c13ad0365239aab903e2652
--- git-repository.5.html
+++ git-repository.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - 2ebbe9139ca8a94c0ef225d9dc345600dd12cf80
blob + 80dbe0572243a7e5e0104f9480aae80ad14ac755
--- got-worktree.5.html
+++ got-worktree.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - 3c46a5ab6325cb7231d3f6d6e2357e1083a43b75
blob + 4792d9e59b921c0bd6a8f27911b3951ec389278b
--- got.1.html
+++ got.1.html
[<code class="Fl">-E</code>] [<code class="Fl">-b</code>
<var class="Ar">branch</var>] [<code class="Fl">-c</code>
<var class="Ar">commit</var>] [<code class="Fl">-p</code>
- <var class="Ar">path-prefix</var>] <var class="Ar">repository-path</var>
+ <var class="Ar">path-prefix</var>] [<code class="Fl">-q</code>]
+ <var class="Ar">repository-path</var>
[<var class="Ar">work-tree-path</var>]</dt>
<dd>Copy files from a repository into a new work tree. Show the status of each
affected file, using the following status codes:
<dd>Restrict the work tree to a subset of the repository's tree hierarchy.
Only files beneath the specified <var class="Ar">path-prefix</var>
will be checked out.</dd>
+ <dt id="q~3"><a class="permalink" href="#q~3"><code class="Fl">-q</code></a></dt>
+ <dd>Silence progress output.</dd>
</dl>
</dd>
<dt id="co"><a class="permalink" href="#co"><code class="Cm">co</code></a></dt>
<dt id="update"><a class="permalink" href="#update"><code class="Cm">update</code></a>
[<code class="Fl">-b</code> <var class="Ar">branch</var>]
[<code class="Fl">-c</code> <var class="Ar">commit</var>]
- [<var class="Ar">path ...</var>]</dt>
+ [<code class="Fl">-q</code>] [<var class="Ar">path ...</var>]</dt>
<dd>Update an existing work tree to a different <var class="Ar">commit</var>.
Change existing files in the work tree as necessary to match file contents
of this commit. Preserve any local changes in the work tree and merge them
automatically, provided the abbreviation is unique. If this option is
not specified, the most recent commit on the work tree's branch will
be used.</dd>
+ <dt id="q~4"><a class="permalink" href="#q~4"><code class="Fl">-q</code></a></dt>
+ <dd>Silence progress output.</dd>
</dl>
</dd>
<dt id="up"><a class="permalink" href="#up"><code class="Cm">up</code></a></dt>
<dd>Short alias for <code class="Cm">update</code>.</dd>
<dt id="status"><a class="permalink" href="#status"><code class="Cm">status</code></a>
[<code class="Fl">-I</code>] [<code class="Fl">-s</code>
- <var class="Ar">status-codes</var>] [<var class="Ar">path ...</var>]</dt>
+ <var class="Ar">status-codes</var>] [<code class="Fl">-q</code>]
+ [<var class="Ar">path ...</var>]</dt>
<dd>Show the current modification status of files in a work tree, using the
following status codes:
<table class="Bl-column">
single-character status codes contained in the
<var class="Ar">status-codes</var> argument. Any combination of codes
from the above list of possible status codes may be specified. For
- staged files, status codes displayed in either column will be
- matched.</dd>
+ staged files, status codes displayed in either column will be matched.
+ Cannot be used together with the <code class="Fl">-S</code>
+ option.</dd>
+ <dt id="S"><a class="permalink" href="#S"><code class="Fl">-S</code></a>
+ <var class="Ar">status-codes</var></dt>
+ <dd>Suppress the output of files with a modification status matching any
+ of the single-character status codes contained in the
+ <var class="Ar">status-codes</var> argument. Any combination of codes
+ from the above list of possible status codes may be specified. For
+ staged files, status codes displayed in either column will be matched.
+ Cannot be used together with the <code class="Fl">-s</code>
+ option.</dd>
</dl>
<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
the commit message in an editor. It has no effect unless it is used
together with the <code class="Fl">-F</code> option and is intended
for non-interactive use such as scripting.</dd>
- <dt id="S"><a class="permalink" href="#S"><code class="Fl">-S</code></a></dt>
+ <dt id="S~2"><a class="permalink" href="#S~2"><code class="Fl">-S</code></a></dt>
<dd>Allow the addition of symbolic links which point outside of the path
space that is under version control. By default, <code class="Cm">got
commit</code> will reject such symbolic links due to safety concerns.
<code class="Fl">-T</code> option is equivalent to listing all tags
with multiple <code class="Fl">-t</code> options. Cannot be used
together with the <code class="Fl">-t</code> option.</dd>
- <dt id="q~3"><a class="permalink" href="#q~3"><code class="Fl">-q</code></a></dt>
+ <dt id="q~5"><a class="permalink" href="#q~5"><code class="Fl">-q</code></a></dt>
<dd>Suppress progress reporting output. The same option will be passed to
<a class="Xr">ssh(1)</a> if applicable.</dd>
<dt id="v~3"><a class="permalink" href="#v~3"><code class="Fl">-v</code></a></dt>
“n”, and “q” responses line-by-line from
the specified <var class="Ar">response-script</var> file instead of
prompting interactively.</dd>
- <dt id="S~2"><a class="permalink" href="#S~2"><code class="Fl">-S</code></a></dt>
+ <dt id="S~3"><a class="permalink" href="#S~3"><code class="Fl">-S</code></a></dt>
<dd>Allow staging of symbolic links which point outside of the path space
that is under version control. By default, <code class="Cm">got
stage</code> will reject such symbolic links due to safety concerns.
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - c27e50e615b04db99220e151b6a2c0edd2d0ba77
blob + bcfb07dcfa41e3f321059f8a85fbaf549f00550e
--- got.conf.5.html
+++ got.conf.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - 5c0cddc2e4cc0ade4639359256740c7bb0959bb6
blob + c2a38330c764d5ef7d3b6ad07bac8220793cf606
--- gotadmin.1.html
+++ gotadmin.1.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - 486dd7f506e2bbf57c20763d12dc9b222fd9262a
blob + 0640238c84914dcc202955b9f72cc0692129d686
--- gotweb.8.html
+++ gotweb.8.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - 669a69590559dd3c90f75ff5bdda44f4d34ad4c8
blob + 5437e9ffe6baea0af7636ed22cb4f9d05d9ac254
--- gotweb.conf.5.html
+++ gotweb.conf.5.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>
blob - aa5bb5239ed946d9177eef9c2325f1175c502b8d
blob + edd57a21741079ac66b6fcd2f138766af63d3159
--- tog.1.html
+++ tog.1.html
</div>
<table class="foot">
<tr>
- <td class="foot-date">September 12, 2021</td>
+ <td class="foot-date">September 15, 2021</td>
<td class="foot-os">OpenBSD 7.0</td>
</tr>
</table>