commit | 8db49a7f6f272ecb72c75a172e9753f3981488ce | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Tue Oct 21 21:34:54 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Oct 25 12:25:14 2008 -0700 |
tree | 8c960b4d54b22470502c0653b3c56361f6ca5d77 | |
parent | b0be3838bb75e8b3be04310cc379142c3ef65703 [diff] |
gitweb: generate parent..current URLs If use_pathinfo is enabled, href now creates links that contain paths in the form $project/$action/oldhash:/oldname..newhash:/newname for actions that use hash_parent etc. If any of the filename contains two consecutive dots, it's kept as a CGI parameter since the resulting path would otherwise be ambiguous. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Acked-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>