diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-04 21:22:29 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-04 21:22:29 +0100 |
| commit | 92f6d57a0a1378555b3e93976ed6ffd77696b990 (patch) | |
| tree | 76d1e3bf7aaf00ed04e4e7570448bb163c1c4fe4 /docs | |
| parent | 04535105addd9e926a2f459707873ad8b43b0071 (diff) | |
magit-status-show-untracked-files: New option
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 4 | ||||
| -rw-r--r-- | docs/magit.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/magit.org b/docs/magit.org index ec11042..95a3a21 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -2221,7 +2221,9 @@ By default the following functions are also members of that hook: Maybe insert a list or tree of untracked files. - Do so depending on the value of ~status.showUntrackedFiles~. + The option ~magit-status-show-untracked-files~ (which see), in + cooperation with the Git variable ~status.showUntrackedFiles~, + control whether and how that is done. If the first element of ~magit-buffer-diff-files~ is a directory, then limit the list to files below that. The value of that variable can diff --git a/docs/magit.texi b/docs/magit.texi index af960f7..31be872 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -2602,7 +2602,9 @@ While bisecting, insert section logging bisect progress. @defun magit-insert-untracked-files Maybe insert a list or tree of untracked files. -Do so depending on the value of @code{status.showUntrackedFiles}. +The option @code{magit-status-show-untracked-files} (which see), in +cooperation with the Git variable @code{status.showUntrackedFiles}, +control whether and how that is done. If the first element of @code{magit-buffer-diff-files} is a directory, then limit the list to files below that. The value of that variable can |
