From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: Re: Git repository and branches ? Date: Sat, 23 Feb 2008 03:00:09 +0100 Organization: GNU's Not UNIX! Message-ID: <200802230200.m1N208mY007403@localhost.localdomain> References: <200802210200.m1L20CP8004750@localhost.localdomain> <87wsoz9j1b.fsf@catnip.gol.com> <200802220200.m1M207el003444@localhost.localdomain> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203734245 17157 80.91.229.12 (23 Feb 2008 02:37:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 02:37:25 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 03:37:49 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSkGn-0004Zh-K2 for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 03:37:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSkGH-00059Y-VD for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 21:37:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSkD7-0002MJ-PE for emacs-devel@gnu.org; Fri, 22 Feb 2008 21:33:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSkD6-0002LG-I5 for emacs-devel@gnu.org; Fri, 22 Feb 2008 21:33:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSkD6-0002L3-37 for emacs-devel@gnu.org; Fri, 22 Feb 2008 21:33:56 -0500 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSkD2-00031m-CO; Fri, 22 Feb 2008 21:33:52 -0500 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 515D9C831B; Sat, 23 Feb 2008 03:32:24 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m1N20F0P007417; Sat, 23 Feb 2008 03:00:15 +0100 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m1N208mY007403; Sat, 23 Feb 2008 03:00:09 +0100 In-reply-to: (message from Andreas Schwab on Fri, 22 Feb 2008 10:58:11 +0100) User-Agent: Rmail in GNU Emacs 23.0.60.2 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.356, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.04, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90089 Archived-At: Miles Bader writes: > [I'm a bit fuzzy on what exactly gets _fetched_ by default -- whether > all branches from the origin remote, or only the origin branch > corresponding to the current branch It's the former: git clone sets up the default refspec to fetch all branches from the origin remote (remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*). Where did you see this information exactly ? Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org