From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: Making git disappear when talking about my code (was: Re: GIT vs Other: Need argument) Date: Wed, 25 Apr 2007 16:23:06 -0400 (EDT) Message-ID: References: <200704171818.28256.andyparkins@gmail.com> <20070417173007.GV2229@spearce.org> <462521C7.2050103@softax.com.pl> <4627ABBB.8060709@softax.com.pl> <877is29b1l.wl%cworth@cworth.org> <7vps5ud91x.fsf@assigned-by-dhcp.cox.net> <87vefm7l6g.wl%cworth@cworth.org> <7v1wiabbfr.fsf@assigned-by-dhcp.cox.net> <87mz0w7g3j.wl%cworth@cworth.org> <87k5w07dft.wl%cworth@cworth.org> <87fy6o770w.wl%cworth@cworth.org> <878xcg6zv0.wl%cworth@cworth.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Content-Transfer-Encoding: 7BIT Cc: Linus Torvalds , Junio C Hamano , Marcin Kasperski , git@vger.kernel.org To: Carl Worth X-From: git-owner@vger.kernel.org Wed Apr 25 22:23:19 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hgo1C-0000UN-Vl for gcvg-git@gmane.org; Wed, 25 Apr 2007 22:23:15 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993078AbXDYUXL (ORCPT ); Wed, 25 Apr 2007 16:23:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2993079AbXDYUXL (ORCPT ); Wed, 25 Apr 2007 16:23:11 -0400 Received: from relais.videotron.ca ([24.201.245.36]:25914 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993078AbXDYUXJ (ORCPT ); Wed, 25 Apr 2007 16:23:09 -0400 Received: from xanadu.home ([74.56.106.175]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JH2006FRLYIJA50@VL-MO-MR004.ip.videotron.ca> for git@vger.kernel.org; Wed, 25 Apr 2007 16:23:07 -0400 (EDT) In-reply-to: <878xcg6zv0.wl%cworth@cworth.org> X-X-Sender: nico@xanadu.home Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, 25 Apr 2007, Carl Worth wrote: > Compare what one used to be able to do with pre-separate-remotes git: > > git clone git://git.kernel.org/pub/scm/git/git.git > git checkout next > git pull # occasionally > > to what you have now: > > git clone git://git.kernel.org/pub/scm/git/git.git > git checkout origin/next But if you _create_ a new branch in your repository, Git will pick it up automatically now with a fetch operation, which the previous branch layout didn't allow for. Nicolas