From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJobn-0006vF-JU for guix-patches@gnu.org; Tue, 28 Nov 2017 17:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJobi-0004J9-N8 for guix-patches@gnu.org; Tue, 28 Nov 2017 17:44:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54815) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJobi-0004J4-Jq for guix-patches@gnu.org; Tue, 28 Nov 2017 17:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJobi-0007KN-DV for guix-patches@gnu.org; Tue, 28 Nov 2017 17:44:02 -0500 Subject: bug#26687: add git http support service Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87y3ueta10.fsf@gnu.org> Date: Tue, 28 Nov 2017 23:43:26 +0100 In-Reply-To: <87y3ueta10.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 03 May 2017 14:11:39 +0200") Message-ID: <877euarpm9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andy Wingo Cc: 26687-done@debbugs.gnu.org Hello! I pushed those patches as commits 4313125816c0cfc9ce15ea1fec8a941976012ee6 and 514baaf8b50005cedf11e2c2cc3bce0e9d90328f. I also added a test for the Git-over-HTTP service as commit 58ff6e1e0b1f1c4d1099aa317a0445d5ffcbd662. Thanks! Ludo=E2=80=99.