From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: scratch branches in Gnu Elpa Date: Fri, 19 Oct 2018 21:55:00 -0400 Message-ID: References: <87woqfcfkn.fsf@web.de> <87k1md4m8u.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1540000420 20611 195.159.176.226 (20 Oct 2018 01:53:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2018 01:53:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 03:53:35 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDgSN-0005IW-Io for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2018 03:53:35 +0200 Original-Received: from localhost ([::1]:53361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDgUT-0003XG-Oa for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2018 21:55:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDgTp-00037H-6a for emacs-devel@gnu.org; Fri, 19 Oct 2018 21:55:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDgTm-0006Pr-He for emacs-devel@gnu.org; Fri, 19 Oct 2018 21:55:05 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:53848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDgTm-0006PS-DE for emacs-devel@gnu.org; Fri, 19 Oct 2018 21:55:02 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w9K1t0hw024717; Fri, 19 Oct 2018 21:55:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 095AC6A3F3; Fri, 19 Oct 2018 21:55:00 -0400 (EDT) In-Reply-To: <87k1md4m8u.fsf@web.de> (Michael Heerdegen's message of "Sat, 20 Oct 2018 00:14:57 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6399=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6399> : inlines <6936> : streams <1801813> : uri <2734072> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:230514 Archived-At: >> > when I add a branch under scratch/ in Gnu Elpa, I can do there what I >> > want, right? I mean, including history rewriting stuff, in particular. >> Yes. > Thanks, but the server denies non-fast-forward pushes of my scratch > branch even when forced (log from Magit): It generally doesn't allow it, indeed. You can still do it by deleting the branch and then pushing a new branch under the same name. Stefan