ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed 8aa71f5 to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-06-17 03:24:53 +00:00
parent 429613e6d1
commit 29925496b3
2 changed files with 4 additions and 1 deletions

View file

@ -2801,6 +2801,9 @@ snapshots without having to rescan the entire working copy.</p>
<p>To configure the Watchman filesystem monitor, set
<code>core.fsmonitor = "watchman"</code>. Ensure that you have <a href="https://facebook.github.io/watchman/docs/install">installed the Watchman
executable on your system</a>.</p>
<p>You can configure <code>jj</code> to use watchman triggers to automatically create
snapshots on filestem changes by setting
<code>core.watchman.register_snapshot_trigger = true</code>.</p>
<p>You can check whether Watchman is enabled and whether it is installed correctly
using <code>jj debug watchman status</code>.</p>
<h2 id="snapshot-settings">Snapshot settings<a class="headerlink" href="#snapshot-settings" title="Permanent link">&para;</a></h2>

File diff suppressed because one or more lines are too long