Junio C Hamano wrote: > "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxx> writes: > >> Without this change we get a wrong $pfxlen value and the check_export_ok() >> checks with with a wrong directory name. Without this patch the below >> $projects_list fails with gitweb >> >> $projects_list = "/tmp/a/b/"; >> >> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> > > Hmph. Doesn't this break $projects_list = "/", I wonder? > >> + # remove the trailing "/" >> + $dir =~ s!/+$!!; So perhaps $dir =~ s!(?<=[^/])/+$!!; (zero-width positive look-behind assertion). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html