From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id DC2B31F5AE for ; Mon, 13 Jul 2020 09:29:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729027AbgGMJ3e (ORCPT ); Mon, 13 Jul 2020 05:29:34 -0400 Received: from smtprelay03.ispgateway.de ([80.67.31.30]:49201 "EHLO smtprelay03.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726523AbgGMJ3e (ORCPT ); Mon, 13 Jul 2020 05:29:34 -0400 Received: from [178.112.81.104] (helo=isticktoit.net) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1juum9-00069u-Lb; Mon, 13 Jul 2020 11:29:29 +0200 Date: Mon, 13 Jul 2020 11:29:28 +0200 From: Tobias Girstmair To: Junio C Hamano Cc: git@vger.kernel.org Subject: Re: [PATCH v3] gitweb: Replace tag with full URLs (when using PATH_INFO) Message-ID: <20200713092928.GA1003518@isticktoit.net> References: <20200711203947.23520-1-tobi@isticktoit.net> <20200712183329.3358-1-tobi@isticktoit.net> <20200712230508.GA1000433@isticktoit.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Df-Sender: dC5naXJzdG1haXJAaXN0aWNrdG9pdC5uZXQ= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Sun, Jul 12, 2020 at 09:34:36PM -0700, Junio C Hamano wrote: >And without this patch, the src URL needs to know where this >repository appears in the site's URL namespace? Exactly. Sorry if my lack of proper terminology made this confusing >If that is the case, the change makes quite a lot of sense. > >Thanks. > tobias