From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: Both 'master' and 'trunk'? Date: Thu, 13 Nov 2014 17:29:14 +0100 Message-ID: <8761ejcbdx.fsf@yahoo.fr> References: <83k32zkurh.fsf@gnu.org> <83bnobkr9b.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415896182 5095 80.91.229.3 (13 Nov 2014 16:29:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 16:29:42 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 17:29:35 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XoxH4-0004nu-Ct for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 17:29:34 +0100 Original-Received: from localhost ([::1]:60883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoxH4-000667-10 for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 11:29:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoxGu-00063V-Pu for emacs-devel@gnu.org; Thu, 13 Nov 2014 11:29:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoxGo-0007XD-Rx for emacs-devel@gnu.org; Thu, 13 Nov 2014 11:29:24 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:27821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoxGo-0007Wk-MH; Thu, 13 Nov 2014 11:29:18 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjUKAN7bZFSkD4Xx/2dsb2JhbABbhDu5PAabAAKBMwEBAQEBfYQDAQEEeRAIAyElDwEESROIKwEVvGKMcwGHLwEBCAIBH4Y6gkeIEweESwWeMYdljwKDfTwwgksBAQE Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 13 Nov 2014 17:29:16 +0100 In-Reply-To: <83bnobkr9b.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 13 Nov 2014 18:19:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:176949 Archived-At: Eli Zaretskii writes: > However, I still see it here in the "git branch -a" command. Should I > do something locally, in addition to what you did? You can use : `git remote prune origin' (replace "origin" by whatever name you used for the repo you cloned from). -- Nicolas Richard