]> Lady’s Gitweb - Gitweb/commit
gitweb: Divide page path into directories -- path's "breadcrumbs"
authorJakub Narebski <redacted>
Mon, 4 Sep 2006 16:17:58 +0000 (18:17 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit3d2d863f75be984b8d788025d50f5d36fe89bc63c3799291af41f625f2a3b1ac
treed6edfa47193ddcce81822256385fc180658fd00f213f8632bbe5067f38b29b59
parent40cf0ff9b57de584967fb5fec76cce575b6f84f523892ff871224ab99be557cd
gitweb: Divide page path into directories -- path's "breadcrumbs"

Divide page path into directories, so that each part of path links to
the "tree" view of the $hash_base (or HEAD, if $hash_base is not set)
version of the directory.

If the entity is blob, final part (basename) links to $hash_base or
HEAD revision of the "raw" blob ("blob_plain" view).  If the entity is
tree, link to the "tree" view.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.252166 seconds and 4 git commands to generate.