]> Lady’s Gitweb - Gitweb/commit
gitweb: Show submodule entries in the 'tree' view
authorJakub Narebski <redacted>
Sat, 28 Jul 2007 14:27:31 +0000 (16:27 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit557f4ba7c6c5713b0b3eb1ceddbe48d792d2ac92550cc9347f62a799a7631ead
tree9e19af95d5e1010637ec41ea2b98dfa1af15747f37e4c12b085b768f0498667f
parente4255d31290f1791ab1002813713fd9101d15f35c54ec5df6fd664664b9958af
gitweb: Show submodule entries in the 'tree' view

Add S_ISGITLINK subroutine and S_IFGITLINK, S_IFINVALID constants.
Add support for "commit" (submodule) entries in the tree object to
mode_str ('m---------', following cgit), file_type and file_type_long
('submodule') subroutines.

There is only link to the history of submodule entry in the
supermodule (current repository) for now, because gitweb doesn't know
where to search for submodule repository objects.

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