Fix git-log-script when HEAD is invalid.
authorJunio C Hamano <junkio@cox.net>
Thu, 1 Sep 2005 00:11:39 +0000 (17:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 1 Sep 2005 00:11:39 +0000 (17:11 -0700)
It used 'die' without including git-sh-setup-script; since everything
it uses are subdirectory-aware, instead of including the script to
force it to be run from the top, use echo & exit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found