git-blame: an Emacs minor mode to view file with git-blame output.
commit28389d45fb2161d4dcdc1bbfabbcc2fb135914c6
authorDavid Kågedal <davidk@lysator.liu.se>
Mon, 5 Feb 2007 22:22:28 +0000 (5 14:22 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 22:22:28 +0000 (5 14:22 -0800)
tree3ee418d11dc95552f4c557914bca62096e3bdfa2
parentca28370a3567c14841c594b89fd62449abc166e6
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>
contrib/emacs/git-blame.el [new file with mode: 0644]