commit - b45cd9026cf0137195ad53e71847d2b8d5eda369
commit + 2941f5d23693278331d5e9a6c2043493c8e870ba
blob - e66740ed421065807cb4a8329b19992dea7256b3
blob + bbbda8038d07318eaff00a8d80f4139f92102308
--- git-repository.5.html
+++ git-repository.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 13134ba8b091725ad06be28d047a477d1d5c489e
blob + f511d548f256bcbf9fce24cc0126d89b469fcb8e
--- gitwrapper.1.html
+++ gitwrapper.1.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 1b4b1da9a75b613e8654739959a0be524ab1ec6b
blob + 7dae18c5746e8840e7a4fa2fe05a9f10f22abf64
--- got-worktree.5.html
+++ got-worktree.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 2e78c20f19cbeb90e01810aa720882e6f65d22f3
blob + df8df85c1bcb8bc64ad99387700a392e5e430eb2
--- got.1.html
+++ got.1.html
follows:</p>
<dl class="Bl-tag">
<dt id="I~2"><a class="permalink" href="#I~2"><code class="Fl">-I</code></a></dt>
- <dd>Show unversioned files even if they match an ignore pattern.</dd>
+ <dd>Show unversioned files even if they match an ignore pattern. See
+ <a class="Sx" href="#Ignore_Patterns">Ignore Patterns</a>.</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
Cannot be used together with the <code class="Fl">-S</code>
option.</dd>
</dl>
- <p class="Pp">For compatibility with <a class="Xr" aria-label="cvs, section
- 1">cvs(1)</a> and <a class="Xr" aria-label="git, section 1">git(1)</a>,
- <code class="Cm">got status</code> reads <a class="Xr" aria-label="glob,
- section 7">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.
- Ignore patterns which end with a slash, “/”, will only
- match directories. As an extension to <a class="Xr" aria-label="glob,
- section 7">glob(7)</a> matching rules, <code class="Cm">got
- status</code> supports consecutive asterisks, “**”, which
- will match an arbitrary amount of directories. Unlike
- <a class="Xr" aria-label="cvs, section 1">cvs(1)</a>,
- <code class="Cm">got status</code> only supports a single ignore pattern
- per line. Unlike <a class="Xr" aria-label="git, section 1">git(1)</a>,
- <code class="Cm">got status</code> does not support negated ignore
- patterns prefixed with “!”, and gives no special
- significance to the location of path component separators,
- “/”, in a pattern.</p>
</dd>
<dt id="log"><a class="permalink" href="#log"><code class="Cm">log</code></a>
[<code class="Fl">-bdPpRst</code>] [<code class="Fl">-C</code>
<dt id="add"><a class="permalink" href="#add"><code class="Cm">add</code></a>
[<code class="Fl">-IR</code>] <var class="Ar">path ...</var></dt>
<dd>Schedule unversioned files in a work tree for addition to the repository
- in the next commit. By default, files which match a <code class="Cm">got
- status</code> ignore pattern will not be added.
+ in the next commit. By default, files which match an ignore pattern will
+ not be added. See <a class="Sx" href="#Ignore_Patterns">Ignore
+ Patterns</a>.
<p class="Pp">If a <var class="Ar">path</var> mentioned in the command line
is not an unversioned file then <code class="Cm">got add</code> may
raise an error. To avoid unnecessary errors from paths picked up by file
follows:</p>
<dl class="Bl-tag">
<dt id="I~3"><a class="permalink" href="#I~3"><code class="Fl">-I</code></a></dt>
- <dd>Add files even if they match a <code class="Cm">got status</code>
- ignore pattern.</dd>
+ <dd>Add files even if they match an ignore pattern. See</dd>
<dt id="R~5"><a class="permalink" href="#R~5"><code class="Fl">-R</code></a></dt>
<dd>Permit recursion into directories. If this option is not specified,
<code class="Cm">got add</code> will refuse to run if a specified
information for all tracked files.</p>
</dd>
</dl>
+<section class="Ss">
+<h3 class="Ss" id="ignore"><a class="permalink" href="#ignore">Ignore
+ Patterns</a></h3>
+<p class="Pp"><code class="Cm">got status</code> and <code class="Cm">got
+ add</code> read patterns from <span class="Pa">.cvsignore</span> and
+ <span class="Pa">.gitignore</span> files in each traversed directory and
+ will not display or add unversioned files which match these patterns. The
+ patterns are matched according to <a class="Xr" aria-label="glob, section
+ 7">glob(7)</a> rules, with extensions to improve compatibility with
+ <a class="Xr" aria-label="cvs, section 1">cvs(1)</a> and
+ <a class="Xr" aria-label="git, section 1">git(1)</a>. Patterns from each
+ <span class="Pa">.cvsignore</span> or <span class="Pa">.gitignore</span>
+ file are matched relative to the directory containing that file. If a
+ pattern begins with two asterisks followed by a slash, “**/”,
+ the remainder of the pattern will match at any directory at or below the
+ directory containing <span class="Pa">.cvsignore</span> or
+ <span class="Pa">gitignore</span> file. Two asterisks surrounded by slashes,
+ “/**/”, in the middle of a pattern will match one directory or
+ more. Patterns which end with a slash, “/”, will only match
+ directories, and any paths below matching directories will be ignored.</p>
+<p class="Pp">Unlike <a class="Xr" aria-label="cvs, section 1">cvs(1)</a>,
+ <code class="Nm">got</code> only supports a single ignore pattern per line.
+ Unlike <a class="Xr" aria-label="git, section 1">git(1)</a>,
+ <code class="Nm">got</code> does not support negated ignore patterns
+ prefixed with “!”, and does not match patterns at arbitrary
+ depth relative to the <span class="Pa">.gitignore</span> file unless they
+ begin with “**/”. For better <a class="Xr" aria-label="git,
+ section 1">git(1)</a> compatibility, patterns beginning with a slash are
+ matched as if the slash were not present.</p>
+</section>
</section>
<section class="Sh">
<h2 class="Sh" id="ENVIRONMENT"><a class="permalink" href="#ENVIRONMENT">ENVIRONMENT</a></h2>
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - a1ad851a9f25022a25954b66bce56222709995c5
blob + 0a2a7176f6637ce7582a52f6ba6f5d6d758279c8
--- got.conf.5.html
+++ got.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 299d17c19be52c4f25eae29240ed670141f96458
blob + 158432c6714961110431d39c205a673255c1f215
--- gotadmin.1.html
+++ gotadmin.1.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 21e782fe6e4a43b139176c28e1027efa0bc3a4e4
blob + 7095fa2937375d9cf1a5fca7efbbaf311a1bc1f6
--- gotctl.8.html
+++ gotctl.8.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 473e2aa66dc70dd2d6f581c7204e10b2d657033e
blob + eef655c406af698aeacc4b6607a7bf57ebdbc314
--- gotd-secrets.conf.5.html
+++ gotd-secrets.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - bf8e2f3acf792c40430227ba93516307b78beb62
blob + 1510eeea7a008be0205eba81a48a060c4a504364
--- gotd.8.html
+++ gotd.8.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 21b29c79c59c10c2ac1087dc5010561b9e78eddd
blob + 47eb612867d85803e7a2eeb590ca3c7ea5f3b8cc
--- gotd.conf.5.html
+++ gotd.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 3e1198cd4cfcd5f04c75c8f3a67f3df48c22e0c9
blob + 7eabd5aed51054b7746cb308e1abd31ab3cfab8d
--- gotsh.1.html
+++ gotsh.1.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 59f57dff5aaa04c4e1f43cd5b0e461a15b1b0a00
blob + 19176601938632f8b3972f1ddae49561f7700035
--- gotsys.1.html
+++ gotsys.1.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 6e8dc12be763fd59d1800e423876e640d296c40a
blob + 003085ab9a2b7ff193417cbbb93ccb7e6babfbaa
--- gotsys.conf.5.html
+++ gotsys.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - db6c33ac30c43ae56891d598bc68c5c3749a3a91
blob + ef0ef9edd8d21d759b46338e9283d82533eaaf22
--- gotsysctl.8.html
+++ gotsysctl.8.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - b4f636efa5825cb6821d105554d7105cd5aec740
blob + 5c0cab5fde14eccc2a80ef73ae5b91297885c0c3
--- gotsysd.8.html
+++ gotsysd.8.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 88bc0490a7f7903f479b6baac89135a2acd618cf
blob + f83c530743d6b3a71372af423d287ef14df48039
--- gotsysd.conf.5.html
+++ gotsysd.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - 667543c5441dc17fb3ee26f184d700ba149ed1de
blob + 61240670dac8edb127ba8f2f334656e917848feb
--- gotwebd.8.html
+++ gotwebd.8.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - e30831157132b853fb7917b093f3075444214d98
blob + 3a3b6b31e9571c111a08f511806f4ce2a6f2d5c9
--- gotwebd.conf.5.html
+++ gotwebd.conf.5.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>
blob - a26b38891137a3d5b3583e62589e9b4a3804f042
blob + edc593b72ddfc004013fcad4e5e8484cb7f7cde7
--- tog.1.html
+++ tog.1.html
</section>
</main>
<div class="foot" role="doc-pagefooter" aria-label="Manual footer
- line"><span class="foot-left"></span><span class="foot-date">May 14,
+ line"><span class="foot-left"></span><span class="foot-date">June 5,
2025</span> <span class="foot-os">OpenBSD 7.7</span></div>
</body>
</html>