From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Network security manager Date: Mon, 17 Nov 2014 20:07:04 +0100 Message-ID: <87h9xxprxj.fsf@wanadoo.es> References: <85a93pj1n5.fsf@stephe-leake.org> <87lhn9ac29.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416251428 21385 80.91.229.3 (17 Nov 2014 19:10:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 19:10:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 20:10:20 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 1XqRgo-0007Qr-Qi for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 20:10:18 +0100 Original-Received: from localhost ([::1]:49798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRgo-0007UU-Ba for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 14:10:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRgh-0007N0-7P for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:10:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqRgb-0007oT-6W for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:10:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRgb-0007mq-1M for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:10:05 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XqRgZ-0007Gj-02 for emacs-devel@gnu.org; Mon, 17 Nov 2014 20:10:03 +0100 Original-Received: from 132.red-79-158-48.staticip.rima-tde.net ([79.158.48.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 20:10:02 +0100 Original-Received: from ofv by 132.red-79-158-48.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 20:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 132.red-79-158-48.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:fkQ1aHPDjKxRDQpnXeUf0b2Tp6E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:177481 Archived-At: Rob Browning writes: > or if you want to start from the tip of your current upstream emacs-24 > (from the most recently fetched tip): > > git checkout -b NEW_BRANCH origin/emacs-24 Please note that this sets origin/emacs-24 as the upstream branch of NEW_BRANCH, which is something you don't want to do when creating a feature branch.