Compare commits

..

No commits in common. "12870a5aef41bdf4de796a1ab17eb8af03e9bd3c" and "a522f48dc5969a70df7f2a5e98b62481d095926d" have entirely different histories.

View File

@ -1471,9 +1471,7 @@ Note that this workaround is incomplete, as explained in this comment."
;; that are not selected, to increase performance. ;; that are not selected, to increase performance.
(setq magit-refresh-status-buffer nil))) (setq magit-refresh-status-buffer nil)))
:custom ((magit-repolist-columns '(("Name" 20 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)
@ -1481,7 +1479,7 @@ Note that this workaround is incomplete, as explained in this comment."
("B>U" 3 magit-repolist-column-unpushed-to-upstream ("B>U" 3 magit-repolist-column-unpushed-to-upstream
((:right-align t) ((:right-align t)
(:sort <))) (:sort <)))
("Version" 35 magit-repolist-column-version ("Version" 25 magit-repolist-column-version
((:sort magit-repolist-version<))) ((:sort magit-repolist-version<)))
("Path" 99 magit-repolist-column-path ("Path" 99 magit-repolist-column-path
())))) ()))))