Include status column in magit repository listing

To see whether repositories have unstaged changes.

This makes my `check-git-repos` function kind-of obsolete, which is good :)
This commit is contained in:
Daniel Borchmann 2025-02-26 10:53:23 +01:00
parent a522f48dc5
commit 8998369a4c
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1473,6 +1473,8 @@ Note that this workaround is incomplete, as explained in this comment."
:custom ((magit-repolist-columns '(("Name" 15 magit-repolist-column-ident :custom ((magit-repolist-columns '(("Name" 15 magit-repolist-column-ident
()) ())
("S" 1 magit-repolist-column-flag
())
("B<U" 3 magit-repolist-column-unpulled-from-upstream ("B<U" 3 magit-repolist-column-unpulled-from-upstream
((:right-align t) ((:right-align t)
(:sort <))) (:sort <)))