A small package to color-code magit-blame
headers and the fringe by age.



Note
Large files with deep commit histories take some time to fully git-blame. Magit's "quick start" shows visible blame headers quickly; these will be re-colored as the full blame completes.
Not on any package archive; install using :vc
. Enable like:
(use-package magit-blame-color-by-age
:vc (:url "https://github.com/jdtsmith/magit-blame-color-by-age")
:hook magit-blame-mode
;; if you'd like date first on heading lines:
;; :config (setf (alist-get 'heading-format (alist-get 'headings magit-blame-styles)) "%C %-20a %s\n")
;; For full heading coloring
;; :custom (magit-blame-color-by-age-full-heading t)
)