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:
parent
a522f48dc5
commit
8998369a4c
2
init.el
2
init.el
@ -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
|
||||
())
|
||||
("S" 1 magit-repolist-column-flag
|
||||
())
|
||||
("B<U" 3 magit-repolist-column-unpulled-from-upstream
|
||||
((:right-align t)
|
||||
(:sort <)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user