gitweb: support for "fp" parameter.
commit5c95fab017681f6ab21bf82c195bf0a3826fe014
authorMartin Waitz <tali@admingilde.org>
Wed, 16 Aug 2006 22:28:38 +0000 (17 00:28 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 10:04:46 +0000 (17 03:04 -0700)
tree911794dac8f39d3bcb1e39dd15afdde83d8f7fac
parent756d2f064b2419fcdf9cd9c851f352e2a4f75103
gitweb: support for "fp" parameter.

The "fp" (file name parent) parameter was previously generated for
blob diffs of renamed files.  However, it was not used in any code.

Now href() can generate "fp" parameters and they are used by the
blobdiff code to show the correct file name.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl