From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: [PATCH resend] make "git push" update origin and mirrors, "git push --mirror" update mirrors Date: Mon, 28 Apr 2008 12:57:18 +0100 (BST) Message-ID: References: <7vzlrgmrvb.fsf@gitster.siamese.dyndns.org> <20080427043014.GI29771@spearce.org> <20080427044049.GJ29771@spearce.org> <7vabjflvlh.fsf@gitster.siamese.dyndns.org> <20080427173446.GM29771@spearce.org> <7vy76zf449.fsf@gitster.siamese.dyndns.org> <4814E097.7030407@gnu.org> <20080428012613.GB15121@sigill.intra.peff.net> <48155B7F.8020202@gnu.org> <20080428090948.GC16153@sigill.intra.peff.net> <20080428091150.GA16209@sigill.intra.peff.net> <48159688.2030202@gnu.org> <4815B3F6.1030402@gnu.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jeff King , Junio C Hamano , "Shawn O. Pearce" , git@vger.kernel.org To: Paolo Bonzini X-From: git-owner@vger.kernel.org Mon Apr 28 13:58:02 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqRzc-0008T8-6w for gcvg-git-2@gmane.org; Mon, 28 Apr 2008 13:58:00 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764255AbYD1L5M (ORCPT ); Mon, 28 Apr 2008 07:57:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764064AbYD1L5K (ORCPT ); Mon, 28 Apr 2008 07:57:10 -0400 Received: from mail.gmx.net ([213.165.64.20]:36428 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1763457AbYD1L5K (ORCPT ); Mon, 28 Apr 2008 07:57:10 -0400 Received: (qmail invoked by alias); 28 Apr 2008 11:57:07 -0000 Received: from cbg-off-client.mpi-cbg.de (EHLO eeepc-johanness.st-andrews.ac.uk) [141.5.11.5] by mail.gmx.net (mp036) with SMTP; 28 Apr 2008 13:57:07 +0200 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX1/oipJxzrroqv01/XO/TEVW0FJAl/K8fb6oNi+z9Q 1BETrAoZU1Gtzz X-X-Sender: user@eeepc-johanness In-Reply-To: <4815B3F6.1030402@gnu.org> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Mon, 28 Apr 2008, Paolo Bonzini wrote: > Johannes Schindelin wrote: > > > On Mon, 28 Apr 2008, Paolo Bonzini wrote: > > > > > I'm preparing a patch that has "git fetch" fetch from all remotes > > > (same as "git remote update" with no groups defined) > > > > Funny, I would think that this functionality belongs into git-remote > > instead of git-fetch. > > Maybe, but I'm pretty satisfied with the result. It would take more > effort than that to add all the functionality within "git remote > update", and my patch series removes most of the magic associated with > "origin". Then I must have misread your statement "same as "git remote update" with no groups defined". Ciao, Dscho