diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-16 18:31:19 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-16 18:31:19 +0200 |
| commit | cf0ff53222a76ccc4cd6a6dbe8f80421b55fdbb4 (patch) | |
| tree | 96a9d4cee5b5cae0facab04c217e50f6e956dc73 /docs | |
| parent | 4b1b8feb454bbe3c587a8bacd50870c3ec64d7ad (diff) | |
magit-show-process-buffer-hint: New option
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 7 | ||||
| -rw-r--r-- | docs/magit.texi | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/magit.org b/docs/magit.org index 41bc1d7..e889ad2 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -1894,8 +1894,11 @@ line until the next magit buffer refresh. If you do not wish process errors to be indicated in the mode line, set ~magit-process-display-mode-line-error~ to ~nil~. -Process errors are additionally displayed at the top of the status -buffer and in the echo area. +Process errors are displayed at the top of the status buffer and in +the echo area. In both places a hint is appended, which informs users +that they can see the full output in the process buffer and how to +display that buffer. However, once you are aware of that, you might +want to set ~magit-show-process-buffer-hint~ to ~nil~. *** Running Git Manually diff --git a/docs/magit.texi b/docs/magit.texi index 65a55517..dde258b 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -2218,8 +2218,11 @@ line until the next magit buffer refresh. If you do not wish process errors to be indicated in the mode line, set @code{magit-process-display-mode-line-error} to @code{nil}. -Process errors are additionally displayed at the top of the status -buffer and in the echo area. +Process errors are displayed at the top of the status buffer and in +the echo area. In both places a hint is appended, which informs users +that they can see the full output in the process buffer and how to +display that buffer. However, once you are aware of that, you might +want to set @code{magit-show-process-buffer-hint} to @code{nil}. @anchor{Running Git Manually} @subsection Running Git Manually |
