gitweb: Add support for hash_parent_base parameter for blobdiffs
commit420e92f255982564a782b6ea8cd3c522f48c7d12
authorJakub Narebski <jnareb@gmail.com>
Thu, 24 Aug 2006 21:53:54 +0000 (24 23:53 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 26 Aug 2006 02:40:25 +0000 (25 19:40 -0700)
treec1229bb7fae2f7ff50c4c4cab73df4b7cfaa4bae
parentedf735abfad53a07ae91ca60576386f239bf7482
gitweb: Add support for hash_parent_base parameter for blobdiffs

Add support for hash_parent_base in input validation part and in
href() function.  Add proper hash_parent_base to all calls to blobdiff
and blobdiff_plain action URLs. Use hash_parent_base as hash_base for
blobs of hash_parent.

To be used in future rewrite of git_blobdiff and git_blobdiff_plain.

While at it, move project before action in ordering CGI parameters in
href().

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