gitweb: Show submodule entries in the 'tree' view
commit01ac1e38dbb1ae3ad3c4bbea60a9c0855606ae11
authorJakub Narebski <jnareb@gmail.com>
Sat, 28 Jul 2007 14:27:31 +0000 (28 16:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 29 Jul 2007 01:46:32 +0000 (28 18:46 -0700)
tree93109b6b915c97bdf344d49b519b663c0028dc82
parent90ae710e0b642b177d44df4528966c7ae37ebf5f
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl