From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nix Subject: Re: [RFC PATCH] t5538: move http push tests out to t5542 Date: Fri, 30 May 2014 19:30:55 +0100 Message-ID: <87a99z86g0.fsf@spindle.srvr.nix> References: <87y4xk8asq.fsf@spindle.srvr.nix> <20140530010649.GD28683@sigill.intra.peff.net> <20140530013419.GE28683@sigill.intra.peff.net> <87lhtj8sqx.fsf_-_@spindle.srvr.nix> <20140530172051.GB25443@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain Cc: Duy Nguyen , Junio C Hamano , git@vger.kernel.org To: Jeff King X-From: git-owner@vger.kernel.org Fri May 30 20:31:35 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WqRaZ-0001kH-14 for gcvg-git-2@plane.gmane.org; Fri, 30 May 2014 20:31:35 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752978AbaE3Sbb (ORCPT ); Fri, 30 May 2014 14:31:31 -0400 Received: from icebox.esperi.org.uk ([81.187.191.129]:50970 "EHLO mail.esperi.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbaE3Sba (ORCPT ); Fri, 30 May 2014 14:31:30 -0400 Received: from spindle.srvr.nix (nix@spindle.srvr.nix [192.168.14.15]) by mail.esperi.org.uk (8.14.9/8.14.8) with ESMTP id s4UIUtMa009458; Fri, 30 May 2014 19:30:55 +0100 Emacs: freely redistributable; void where prohibited by law. In-Reply-To: <20140530172051.GB25443@sigill.intra.peff.net> (Jeff King's message of "Fri, 30 May 2014 13:20:52 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-DCC-INFN-TO-Metrics: spindle 1233; Body=4 Fuz1=4 Fuz2=4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 30 May 2014, Jeff King said: > On Fri, May 30, 2014 at 11:29:10AM +0100, Nix wrote: > >> +test_expect_success 'push from shallow repo via http' ' >> + mv "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" shallow-upstream.git && >> + git clone --bare --no-local full "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" && >> + ( >> + cd "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" && >> + git config http.receivepack true >> + ) && >> + commit 1s0 && > > This is a typo, no? The original is just "commit 10". I have no *idea* where that came from. vi-wreckage I suspect. > I think we can just drop that "1" from the expected output, though. It > was created in the original by the "push from full to shallow" test (and > is rather confusing, anyway, as it shares a name with the original "1"). Right. -- NULL && (void)