gitweb: Remove unused $hash_base parameter from normalize_link_target
commit15c54fe7aa9376de2e03045122723ebde09bfeeb
authorJakub Narebski <jnareb@gmail.com>
Mon, 11 May 2009 17:45:11 +0000 (11 19:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2009 17:37:36 +0000 (13 10:37 -0700)
tree50ccade908f43ab95691cea3100692f2669c81d7
parent095e914281395f6c0529ce39939d804eb2ccec02
gitweb: Remove unused $hash_base parameter from normalize_link_target

...since it was decided for normalize_link_target to only mangle
pathname, and do not try to check if target is present in $hash_base
tree, for performance reasons.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl