1
0
mirror of https://github.com/git/git.git synced 2024-10-04 06:21:20 +02:00
git/contrib/emacs
David Kågedal 28389d45fb git-blame: an Emacs minor mode to view file with git-blame output.
Here's another version of git-blame.el that automatically tries to
create a sensible list of colors to use for both light and dark
backgrounds.  Plus a few minor fixes.

To use:

  1) Load into emacs: M-x load-file RET git-blame.el RET
  2) Open a git-controlled file
  3) Blame: M-x git-blame-mode

Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-02-05 14:22:28 -08:00
..
.gitignore
git-blame.el git-blame: an Emacs minor mode to view file with git-blame output. 2007-02-05 14:22:28 -08:00
git.el
Makefile
vc-git.el