From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112628 invoked by alias); 8 Jan 2017 23:33:30 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 112606 invoked by uid 89); 8 Jan 2017 23:33:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Jan 2017 23:33:27 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D3A5A201FB; Sun, 8 Jan 2017 23:33:26 +0000 (UTC) Received: from fche.csb (vpn-55-200.rdu2.redhat.com [10.10.55.200]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v08NXQjh031683; Sun, 8 Jan 2017 18:33:26 -0500 Received: by fche.csb (Postfix, from userid 2569) id 8F3BC589E0; Sun, 8 Jan 2017 18:33:22 -0500 (EST) Date: Sun, 08 Jan 2017 23:33:00 -0000 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: Sourceware Overseers Subject: Re: git through http (or https) Message-ID: <20170108233322.GH23594@redhat.com> References: <20170103212227.GK2187@stream> <20170103234052.GD412@elastic.org> <20170104124301.GL2187@stream> <20170105160316.GA23594@redhat.com> <20170105172528.GA11878@stream> <20170105202501.GB3962@elastic.org> <20170108233119.GA3341@stream> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170108233119.GA3341@stream> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2017-q1/txt/msg00014.txt.bz2 Hi - > RewriteEngine on > RewriteBase /git/ > RewriteRule ^([a-zA-Z/_-]+\.git)/$ ?p=$1 [R,L] Nice solution, works for me. - FChE