Skip to content

jdtsmith/magit-blame-color-by-age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

magit-blame-color-by-age

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

Screenshots

Headings with age first, and fringe coloring

image

Final default magit-blame style, with fringe coloring

image

Full heading color

image

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.

Config

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)
)

About

Color Magit-blame headers by age

Resources

License

Stars

Watchers

Forks

Packages

No packages published