git-blame.el: blame unsaved changes
authorDavid Kågedal <davidk@lysator.liu.se>
Fri, 9 Feb 2007 08:21:32 +0000 (09:21 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Feb 2007 08:52:53 +0000 (00:52 -0800)
Make git-blame use the current buffer contents for the blame, instead of
the saved file. This makes the blame correct even if there are unsaved
changes.

Also added a git-reblame command.

Signed-off-by: David Kågedal <davidk@lysator.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found