diff options
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 |
