author | David Kågedal <davidk@lysator.liu.se> | |
Mon, 5 Feb 2007 22:22:28 +0000 (14:22 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Feb 2007 22:22:28 +0000 (14:22 -0800) | ||
commit | 28389d45fb2161d4dcdc1bbfabbcc2fb135914c6 | |
tree | 3ee418d11dc95552f4c557914bca62096e3bdfa2 | tree | snapshot |
parent | ca28370a3567c14841c594b89fd62449abc166e6 | commit | diff |
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>
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] | blob |