author | Luben Tuikov <ltuikov@yahoo.com> | |
Thu, 17 Aug 2006 17:39:29 +0000 (10:39 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 17 Aug 2006 21:31:14 +0000 (14:31 -0700) | ||
commit | 59fb1c944551083bbd4bccd1b5783488745f6bc4 | |
tree | fb95c7eb872e8161329da31f8ca869c182773ae2 | tree | snapshot |
parent | 3899e7a329aabfc22eca9beb82599e1bb214b3d2 | commit | diff |
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>
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 | diff | blob | history |