]> Lady’s Gitweb - Gitweb/commit
gitweb: Show target of symbolic link in "tree" view
authorJakub Narebski <redacted>
Sun, 10 Dec 2006 12:25:46 +0000 (13:25 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit44caadd66efd289943ce8ba1ac63ad0fdf678252374531f22718a92d73d5f57e
treec6abf63a5f779bbe55d4b04262f419ce99822c9d6cc9e972fea1c9797cb0a068
parent5389af3745819e46fd9318799dd52e7c988ec75593810dc5e24f3cf0d73d4cf7
gitweb: Show target of symbolic link in "tree" view

In "tree" view (git_print_tree_entry subroutine), for entries which are
symbolic links, add " -> link_target" after file name (a la "ls -l").

Link target is _not_ hyperlinked.

While at it, correct whitespaces (tabs are for aling, spaces are for indent)
in modified git_print_tree_entry subroutine.

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