Re: [PATCH] gitweb: fix link to parent diff with pathinfo

2016-05-25 Thread Richard Braun
On Wed, May 25, 2016 at 10:33:32PM +0200, Jakub Narębski wrote: > Richard, thanks for finding a problematic thing, but you > need to search more for a true fix. Noted, I'll get back to you soon (hopefully not too late). -- Richard Braun -- To unsubscribe from this list: send th

Re: [PATCH] gitweb: fix link to parent diff with pathinfo

2016-05-24 Thread Richard Braun
On Tue, May 24, 2016 at 11:17:28AM -0700, Junio C Hamano wrote: > Pinging... Hum, see [1]. Tell me if I need to resend. -- Richard Braun Pacte Novation / Novasys Ingénierie [1] http://git.661346.n2.nabble.com/PATCH-gitweb-fix-link-to-parent-diff-with-pathinfo-td7655482.html -- To unsubscr

[PATCH] gitweb: fix link to parent diff with pathinfo

2016-05-06 Thread Richard Braun
somedomain/somerepo.git/commitdiff/parenthash, and delete 'hash_parent' element from the %params hash once we used it, otherwise the '?hp=parenthash' string is appended. Signed-off-by: Richard Braun <rbr...@sceen.net> --- gitweb/gitweb.perl | 7 ++- 1 file changed, 6 insertions(+), 1 deletio

[PATCH] gitweb: fix link to parent diff with pathinfo

2016-05-06 Thread Richard Braun
Signed-off-by: Richard Braun <rbr...@sceen.net> --- gitweb/gitweb.perl | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 05d7910..f7f7936 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1423,7 +1423,12 @@ su