From 614c064524a00db7cf84ea185b64b339b6f941fe Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 24 Jun 2026 03:09:52 +0000 Subject: [PATCH] chore(docs): regenerate man page, HTML docs, and wiki --- docs/fish-config.1 | 9 ++++++--- docs/html/11-7-customization.html | 4 +++- docs/html/9-5-functions-reference.html | 5 +++-- docs/wiki/5-functions-reference.md | 5 +++-- docs/wiki/7-customization.md | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 5ee0255..b5b0f6f 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -989,8 +989,9 @@ Synopsis: auto-pull [list] Manages the registry of repositories that are background fast-forwarded when you enter them (see \[dq]Auto-pull fast-forward\[dq] under the C2 component reference). The fish-config repo is always covered as a baseline. The -registry is machine-local at \[ti]/.config/.user-dots/fish/auto-pull.list, one -absolute path per line, and is never committed. Registry management works +registry is machine-local at \[ga]$__fish_user_dots_path/auto-pull.list\[ga] (defaults +to \[ga]\[ti]/.config/.user-dots/fish/auto-pull.list\[ga]), one absolute path per line, +and is never committed. Registry management works even when C2 auto-execution is disabled; only the background sync is gated. list Show registered repos (default) @@ -2208,7 +2209,9 @@ It only ever fast-forwards a clean repo whose branch has an upstream on dirty trees, divergent branches, or repos without a remote. The handler fires once per repo entry (not on every sub-directory cd). The registry is machine-local at -\[ti]/.config/.user-dots/fish/auto-pull.list and is never committed. +\f[V]$__fish_user_dots_path/auto-pull.list\f[R] (defaults to +\f[V]\[ti]/.config/.user-dots/fish/auto-pull.list\f[R]) and is never +committed. .SS C3 \[em] Key and Environment Overrides .PP These change fundamental shell behavior: how keys work, which pager diff --git a/docs/html/11-7-customization.html b/docs/html/11-7-customization.html index 148f141..f496537 100644 --- a/docs/html/11-7-customization.html +++ b/docs/html/11-7-customization.html @@ -661,7 +661,9 @@ branch has an upstream — never rebases, merges, or overwrites work — so it is a no-op on dirty trees, divergent branches, or repos without a remote. The handler fires once per repo entry (not on every sub-directory cd). The registry is machine-local at -~/.config/.user-dots/fish/auto-pull.list and is never committed.

+$__fish_user_dots_path/auto-pull.list (defaults to +~/.config/.user-dots/fish/auto-pull.list) and is never +committed.

C3 — Key and Environment Overrides

These change fundamental shell behavior: how keys work, which pager diff --git a/docs/html/9-5-functions-reference.html b/docs/html/9-5-functions-reference.html index c9c4264..702b6f8 100644 --- a/docs/html/9-5-functions-reference.html +++ b/docs/html/9-5-functions-reference.html @@ -694,8 +694,9 @@ Version Control Manages the registry of repositories that are background fast-forwarded when you enter them (see "Auto-pull fast-forward" under the C2 component reference). The fish-config repo is always covered as a baseline. The -registry is machine-local at ~/.config/.user-dots/fish/auto-pull.list, one -absolute path per line, and is never committed. Registry management works +registry is machine-local at `$__fish_user_dots_path/auto-pull.list` (defaults +to `~/.config/.user-dots/fish/auto-pull.list`), one absolute path per line, +and is never committed. Registry management works even when C2 auto-execution is disabled; only the background sync is gated. list Show registered repos (default) diff --git a/docs/wiki/5-functions-reference.md b/docs/wiki/5-functions-reference.md index d5d0c11..2d1de86 100644 --- a/docs/wiki/5-functions-reference.md +++ b/docs/wiki/5-functions-reference.md @@ -265,8 +265,9 @@ Manages the registry of repositories that are background fast-forwarded when you enter them (see "Auto-pull fast-forward" under the C2 component reference). The fish-config repo is always covered as a baseline. The - registry is machine-local at ~/.config/.user-dots/fish/auto-pull.list, one - absolute path per line, and is never committed. Registry management works + registry is machine-local at `$__fish_user_dots_path/auto-pull.list` (defaults + to `~/.config/.user-dots/fish/auto-pull.list`), one absolute path per line, + and is never committed. Registry management works even when C2 auto-execution is disabled; only the background sync is gated. list Show registered repos (default) diff --git a/docs/wiki/7-customization.md b/docs/wiki/7-customization.md index 4c582ea..5da7b74 100644 --- a/docs/wiki/7-customization.md +++ b/docs/wiki/7-customization.md @@ -193,7 +193,7 @@ ever fast-forwards a clean repo whose branch has an upstream — never rebases, merges, or overwrites work — so it is a no-op on dirty trees, divergent branches, or repos without a remote. The handler fires once per repo entry (not on every sub-directory cd). The registry is machine-local at -~/.config/.user-dots/fish/auto-pull.list and is never committed. +`$__fish_user_dots_path/auto-pull.list` (defaults to `~/.config/.user-dots/fish/auto-pull.list`) and is never committed. #### C3 — Key and Environment Overrides