blame: Fix git-blame <directory>
authorFredrik Kuivinen <freku045@student.liu.se>
Fri, 17 Mar 2006 21:49:31 +0000 (22:49 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 17 Mar 2006 22:09:18 +0000 (14:09 -0800)
commit53dc4636275c966bb0781709fd0dded1cced4458
treeb280137789f91bf6e49a4f4b5ad408817dd1c476
parent88a8b7955666ed8fa5924fadbb3bb58984eaa6af
blame: Fix git-blame <directory>

Before this patch git-blame <directory> gave non-sensible output. (It
assigned blame to some random file in <directory>) Abort with an error
message instead.

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