branch: elpa/git-commit commit 5beeeb225172c1706d1446d43fbee5dd814bd5ce Author: Markus <65115492+mbepp...@users.noreply.github.com> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Update chapter "Repository List" Remove mention of deleted variable `magit-repository-directories-depth'. Add description for new function `magit-repolist-column-flags'. --- docs/magit.org | 11 +++++++++-- docs/magit.texi | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/magit.org b/docs/magit.org index 98f8ae141f..5608417e55 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -2487,8 +2487,7 @@ buffers. This command displays a list of repositories in a separate buffer. - The options ~magit-repository-directories~ and - ~magit-repository-directories-depth~ control which repositories are + The option ~magit-repository-directories~ controls which repositories are displayed. - User Option: magit-repolist-columns :: @@ -2564,6 +2563,14 @@ The following functions can be added to the above option: Only the first one of these that applies is shown. +- Function: magit-repolist-column-flags :: + + This functions insert all flags as specified by + ~magit-repolist-column-flag-alist~. + + This is an alternative to function ~magit-repolist-column-flag~, + which only lists the first one found. + - Function: magit-repolist-column-unpulled-from-upstream :: This function inserts the number of upstream commits not in the diff --git a/docs/magit.texi b/docs/magit.texi index 5b52b531ae..629e5e60dc 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -3100,8 +3100,7 @@ buffers. @deffn Command magit-list-repositories This command displays a list of repositories in a separate buffer. -The options @code{magit-repository-directories} and -@code{magit-repository-directories-depth} control which repositories are +The option @code{magit-repository-directories} controls which repositories are displayed. @end deffn @@ -3183,6 +3182,14 @@ By default this indicates whether there are uncommitted changes. Only the first one of these that applies is shown. @end defun +@defun magit-repolist-column-flags +This functions insert all flags as specified by +@code{magit-repolist-column-flag-alist}. + +This is an alternative to function @code{magit-repolist-column-flag}, +which only lists the first one found. +@end defun + @defun magit-repolist-column-unpulled-from-upstream This function inserts the number of upstream commits not in the current branch.