diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-10 11:55:23 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-10 11:55:23 +0100 |
| commit | 9ee53756b54ddb78d417861e5200c86d5cbb8f36 (patch) | |
| tree | f66fd194b30ffcbfbbe21ca21b7ef6ba663027f6 /docs | |
| parent | 689716648c883d546a018c9bb550f1179941c94b (diff) | |
magit-diff-wash-submodule: Use magit-format-file-function
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 3 | ||||
| -rw-r--r-- | docs/magit.texi | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/magit.org b/docs/magit.org index 23d5373..b4b0c29 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -3482,7 +3482,8 @@ that they are available here too. used for file headings in diffs, in diffstats and for lists of files (such as the untracked files). Depending on the caller, it receives either three or five arguments; the signature has to be ~(kind file - face &optional status orig)~. KIND is one of ~diff~, ~stat~ and ~list~. + face &optional status orig)~. KIND is one of ~diff~, ~module~, ~stat~ and + ~list~. *** Revision Buffer diff --git a/docs/magit.texi b/docs/magit.texi index 4a547d6..639e25d 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -4099,7 +4099,8 @@ This function is used to format lines representing a file. It is used for file headings in diffs, in diffstats and for lists of files (such as the untracked files). Depending on the caller, it receives either three or five arguments; the signature has to be @code{(kind file - face &optional status orig)}. KIND is one of @code{diff}, @code{stat} and @code{list}. + face &optional status orig)}. KIND is one of @code{diff}, @code{module}, @code{stat} and +@code{list}. @end defopt @anchor{Revision Buffer} |
