git-blame: Make the output human readable
authorFredrik Kuivinen <freku045@student.liu.se>
Sun, 5 Mar 2006 11:03:51 +0000 (12:03 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Mar 2006 22:49:58 +0000 (14:49 -0800)
commitea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7
treec8ae4b5a792fc5a81dbb33b706b2c756a4cb6607
parentea5ed3abce724725360be88663cec1add7547d46
git-blame: Make the output human readable

The default output mode is slightly different from git-annotate's.
However, git-annotate's output mode can be obtained by using the
'-c' flag.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
blame.c