git-blame.el: show the when, who and what in the minibuffer.
commit24a2293ad35d567530048f0d2b0d11e0012af26d
authorJunichi Uekawa <dancer@netfort.gr.jp>
Mon, 11 Feb 2008 15:00:07 +0000 (12 00:00 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2008 21:23:15 +0000 (11 13:23 -0800)
treefa962d70d8229538a7f46e35af96ba8a7571d4af
parent14f9e128d38f809947d34979a59ee524e350ac6e
git-blame.el: show the when, who and what in the minibuffer.

Change the default operation to show 'when (day the commit was made),
who (who made the commit), what (what the commit log was)' in the
minibuffer instead of SHA1 and title of the commit log.

Since the user may prefer other displaying options, it is made as a
user-configurable option.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/git-blame.el