Skip to content

Commit

Permalink
manual: Improve description of magit-toggle-verbose-refresh output
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou authored and tarsius committed Feb 11, 2024
1 parent 800e52b commit 90ee54b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/magit.org
Original file line number Diff line number Diff line change
Expand Up @@ -8003,8 +8003,10 @@ impact performance significantly.

Magit can be told to refresh buffers verbosely using ~M-x
magit-toggle-verbose-refresh~. Enabling this helps figuring out which
sections are bottlenecks. The additional output can be found in the
~*Messages*~ buffer.
sections are bottlenecks. Each line printed to the ~*Messages*~ buffer
contains a section name, the number of seconds it took to show this
section, and from 0 to 2 exclamation marks: the more exclamation marks
the slower the section is.

Magit also reverts buffers for visited files located inside the
current repository when the visited file changes on disk. That is
Expand Down
6 changes: 4 additions & 2 deletions docs/magit.texi
Original file line number Diff line number Diff line change
Expand Up @@ -9990,8 +9990,10 @@ impact performance significantly.
Magit can be told to refresh buffers verbosely using @code{M-x
magit-toggle-verbose-refresh}. Enabling this helps figuring out which
sections are bottlenecks. The additional output can be found in the
@code{*Messages*} buffer.
sections are bottlenecks. Each line printed to the @code{*Messages*} buffer
contains a section name, the number of seconds it took to show this
section, and from 0 to 2 exclamation marks: the more exclamation marks
the slower the section is.
Magit also reverts buffers for visited files located inside the
current repository when the visited file changes on disk. That is
Expand Down

0 comments on commit 90ee54b

Please sign in to comment.