gitweb.cgi: Show "raw" head of project link even when $hash is not defined
authorLuben Tuikov <ltuikov@yahoo.com>
Sun, 23 Jul 2006 20:30:08 +0000 (13:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 01:21:52 +0000 (18:21 -0700)
Some callers of git_history() do not set $hash of $file_name.
Add code to find it, if it is not defined.

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found