]> Lady’s Gitweb - Gitweb/commit
gitweb: bugfix: git_print_page_path() needs the hash base
authorLuben Tuikov <redacted>
Thu, 17 Aug 2006 17:39:29 +0000 (10:39 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit35313a6b0b404f6df626b9552e3cb008bb6857127118e82eae62998bcdde8b6e
tree00512120016cf724aaa02483e78017eaf2f1fb43f23260e2e9bee32e8dc65c86
parente25bb3064146360251736b0072dedd1b9e0440829a62ed838e78049107742d5f
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.187691 seconds and 4 git commands to generate.