From: Xavier Maillard Date: Mon, 26 Mar 2007 21:00:54 +0000 (+0200) Subject: git-blame.el: separate git-blame-mode to ease maintenance X-Git-Tag: v1.5.2-rc0~96^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/02f0559ebafffac3af362ea1b1b0ee009090efa1?hp=02f0559ebafffac3af362ea1b1b0ee009090efa1 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 Signed-off-by: Junio C Hamano ---