From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [BUG?] push to mirrior interferes with parallel operations Date: Fri, 19 Nov 2010 16:21:18 -0500 Message-ID: <20101119212118.GA19425@sigill.intra.peff.net> References: <20101118175007.GA26505@sigill.intra.peff.net> <20101118184241.GN3693@efreet.light.src> <20101118190414.GA30438@sigill.intra.peff.net> <20101119194628.GA15466@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Jan Hudec , git@vger.kernel.org To: Andreas Schwab X-From: git-owner@vger.kernel.org Fri Nov 19 22:21:28 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJYOc-00021r-Ra for gcvg-git-2@lo.gmane.org; Fri, 19 Nov 2010 22:21:27 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756805Ab0KSVVW (ORCPT ); Fri, 19 Nov 2010 16:21:22 -0500 Received: from xen6.gtisc.gatech.edu ([143.215.130.70]:33246 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755648Ab0KSVVV (ORCPT ); Fri, 19 Nov 2010 16:21:21 -0500 Received: (qmail 28809 invoked by uid 111); 19 Nov 2010 21:21:20 -0000 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net (HELO sigill.intra.peff.net) (99.108.226.0) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.40) with ESMTPA; Fri, 19 Nov 2010 21:21:20 +0000 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 19 Nov 2010 16:21:18 -0500 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Nov 19, 2010 at 10:18:58PM +0100, Andreas Schwab wrote: > Jeff King writes: > > > On Fri, Nov 19, 2010 at 08:40:18PM +0100, Andreas Schwab wrote: > > > >> Jeff King writes: > >> > >> > it really only makes sense to push from a non-bare repo, > >> > >> Why? The repo could itself be a mirror. > > > > Why do you have a working directory if you are going to have a refspec > > that overwrites HEAD behind your back (which, IIRC, git will simply barf > > on, so all of your fetches will fail)? > > I don't understand that question. There is no working directory in a > bare repo. Now I'm confused. I thought we were talking about non-bare repos. Can you clarify your question? -Peff