commit | e33fba4c5a33bce748d2c8a1c7a38b78a1fd2cda | [log] [tgz] |
---|---|---|
author | Jakub Narebski <jnareb@gmail.com> | Sun Dec 10 13:25:46 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Tue Dec 12 00:55:22 2006 -0800 |
tree | 79060139d140ad3f60d3e3c06325becd8cdb8d60 | |
parent | 9aa1757382002655cb72bad6a163ff430e08c962 [diff] |
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 <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>