author | Junio C Hamano <junkio@cox.net> | |
Thu, 1 Sep 2005 00:11:39 +0000 (17:11 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 1 Sep 2005 00:11:39 +0000 (17:11 -0700) | ||
commit | 6e7722e6f88c049f43a1c00c45c502542d1a5752 | |
tree | 71f28cb9f065935d8c45b8350932ab3913ce0a1c | tree | snapshot |
parent | 1eb446fa9fe66df037b416d2fb3c44cf36250354 | commit | diff |
Fix git-log-script when HEAD is invalid.
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>
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>
git-log-script | diff | blob | history |