From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: Network security manager Date: Sat, 22 Nov 2014 11:27:48 +0100 Organization: Probably a good idea Message-ID: References: <85a93pj1n5.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416652085 23901 80.91.229.3 (22 Nov 2014 10:28:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 10:28:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 11:28:00 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 1Xs7v6-000729-0V for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 11:28:00 +0100 Original-Received: from localhost ([::1]:44900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs7v5-0000id-J9 for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 05:27:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs7uo-0000iV-Pq for emacs-devel@gnu.org; Sat, 22 Nov 2014 05:27:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs7ui-0007xv-OY for emacs-devel@gnu.org; Sat, 22 Nov 2014 05:27:42 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:33399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs7ui-0007xk-Ij for emacs-devel@gnu.org; Sat, 22 Nov 2014 05:27:36 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xs7uh-0006ui-Tf for emacs-devel@gnu.org; Sat, 22 Nov 2014 11:27:35 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2014 11:27:35 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2014 11:27:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:klR0leAHtLylGultQEdd25dVy94= 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:177985 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Stefan requested that I didn't push this to the public repository, but > I'm not going to finish it tonight, and I need some feedback. > So I did anyway. The new branch is called "nsm". One thing you could have done is to create a new and empty repository emacs-feature-branches on github, and then git cd ~/emacs/emacs-24/ git remote add github https://github.com/larsi/emacs-feature-branches git push -u github nsm Others that wanted to look at it would need to do: git cd ~/emacs/emacs-24/ git remote add larsi-emacs-feature-branches https://github.com/larsi/emacs-feature-branches git fetch larsi-emacs-feature-branches git checkout larsi-emacs-feature-branches/nsm After this, the nsm branch will be present in their working directory, without "polluting" upstream.