From: Jakub Narebski Date: Thu, 24 Aug 2006 21:53:54 +0000 (+0200) Subject: gitweb: Add support for hash_parent_base parameter for blobdiffs X-Git-Tag: v1.4.3-rc1~168^2~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=inline;h=420e92f255982564a782b6ea8cd3c522f48c7d12;hp=420e92f255982564a782b6ea8cd3c522f48c7d12;p=git.git 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 Signed-off-by: Junio C Hamano ---