1
0
mirror of https://github.com/git/git.git synced 2024-10-01 03:42:35 +02:00
git/contrib/emacs
Xavier Maillard 02f0559eba git-blame.el: separate git-blame-mode to ease maintenance
git-blame-mode has been splitted into git-blame-mode-on and
git-blame-mode-off; it now conditionnaly calls one of them depending
of how we call it. Code is now easier to maintain and to understand.

Fixed `git-reblame' function: interactive form was at the wrong
place.

String displayed on the mode line is now configurable through
`git-blame-mode-line-string` (default to " blame").

Signed-off-by: Xavier Maillard <zedek@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-03-31 23:58:10 -07:00
..
.gitignore
git-blame.el git-blame.el: separate git-blame-mode to ease maintenance 2007-03-31 23:58:10 -07:00
git.el
Makefile
vc-git.el