From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kelvin White Newsgroups: gmane.emacs.devel Subject: Re: Network security manager Date: Mon, 17 Nov 2014 10:29:56 -0500 Message-ID: References: <85a93pj1n5.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e014935749a9ba105080fa647 X-Trace: ger.gmane.org 1416238238 18958 80.91.229.3 (17 Nov 2014 15:30:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 15:30:38 +0000 (UTC) Cc: Stephen Leake , Emacs development discussions To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 16:30:31 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 1XqOG3-0001RP-Rz for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 16:30:27 +0100 Original-Received: from localhost ([::1]:48438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOG3-0001xV-GS for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 10:30:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOFg-0001my-C5 for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:30:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqOFa-0003dU-FV for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:30:04 -0500 Original-Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:37009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqOFa-0003dC-9Q for emacs-devel@gnu.org; Mon, 17 Nov 2014 10:29:58 -0500 Original-Received: by mail-wg0-f49.google.com with SMTP id x13so25052282wgg.8 for ; Mon, 17 Nov 2014 07:29:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=XVD7xo+rs0aJhA4AzLNnEt3f4yuEyZvGC8Dk0vbcXqM=; b=KDfwY7T9hdk8mOk7nTGhuT2Ud82801bxbmoAUR/rq8q+cvxs7QtzjMezlApQ8jiEsv 0M07s8LbUynrf4cSiHAowJ1hlche8WR0+2ChbKwBJqXkk8j/AgneZ3nB5Qq/7nHQuqJu Il17oYWb+08yFELoUJtWvFaUOtHBGXmj+mTgOJo0UlpOYNREAlWS0vYQcH9kRmL7IcH0 T98N7bMqeiM80RoMvg+2Uoep7GTrIlegct8e1CJ+FJAPh5r/L/rCugnv3Nd0uUkChZAQ 2HUrqFsmPChxU9cSbrEEcJdTZQMNoOuskdioApoDLIKduWG/nfuhmpXsn3Oo67BBOo8f /JqQ== X-Received: by 10.194.161.232 with SMTP id xv8mr38335664wjb.99.1416238196233; Mon, 17 Nov 2014 07:29:56 -0800 (PST) Original-Received: by 10.27.215.135 with HTTP; Mon, 17 Nov 2014 07:29:56 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: lya3k6UGGGL1Ssfk_swZS2-8huY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::231 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:177422 Archived-At: --089e014935749a9ba105080fa647 Content-Type: text/plain; charset=UTF-8 Lars Magne Ingebrigtsen wrote: > That sounds reasonable. Hm... Er... do you have a recipe for how to > start a new branch off of emacs-24? >"? git checkout -b NEW_BRANCH git commit -m "first commit" git push -u origin NEW_BRANCH substitue the name of the new branch for NEW_BRANCH --089e014935749a9ba105080fa647 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Lars= Magne Ingebrigtsen <larsi@gnus.org> wrote:

>=C2=A0That sounds rea= sonable.=C2=A0 Hm...=C2=A0 Er...=C2=A0 do you have a recipe for how to
&= gt; start a new branch off of emacs-24?=C2=A0 >"?

git checkout -b NEW_BRANCH
git commit -m "first commit"
git push -u origin NEW_BRANCH

substitue the name of the new branch for NEW_BRANC= H
--089e014935749a9ba105080fa647--