gitweb: bugfix: git_print_page_path() needs the hash base
commit59fb1c944551083bbd4bccd1b5783488745f6bc4
authorLuben Tuikov <ltuikov@yahoo.com>
Thu, 17 Aug 2006 17:39:29 +0000 (17 10:39 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 21:31:14 +0000 (17 14:31 -0700)
treefb95c7eb872e8161329da31f8ca869c182773ae2
parent3899e7a329aabfc22eca9beb82599e1bb214b3d2
gitweb: bugfix: git_print_page_path() needs the hash base

If a file F exists in branch B, but doesn't exist
in master branch, then blob_plain needs the hash base in
order to properly get the file.  The hash base is passed
on symbolically so we still preserve the "latest" quality
of the link presented by git_print_page_path().

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl