From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Pure space Date: Sat, 17 Aug 2024 11:34:46 -0400 Message-ID: References: <87cym8jngk.fsf@protonmail.com> <864j7j65b1.fsf@gnu.org> <874j7jk06d.fsf@protonmail.com> <87ed6ni5m8.fsf@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22506"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Stefan Kangas , Eli Zaretskii , emacs-devel@gnu.org To: Pip Cet Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 17 17:35:43 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sfLSw-0005hF-Sk for ged-emacs-devel@m.gmane-mx.org; Sat, 17 Aug 2024 17:35:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sfLS4-0006Yr-Qy; Sat, 17 Aug 2024 11:34:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfLS3-0006Yh-FK for emacs-devel@gnu.org; Sat, 17 Aug 2024 11:34:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfLS2-0003Zb-S2; Sat, 17 Aug 2024 11:34:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=AICIenqv0TmjYtZDi0nc3Yab+Ft93JreegCtlM73Y3w=; b=hAqdxVWIdoNBYrmo4jos 02yvcYzBBQu4R6sIANXpOE0Ll0N1BL2EpuhNSrDvX+++8bAoTOshUqIOWK4bdiTbaWYYUU+AjVoTk ENxJshPMbtmqLPyWpP4o404tqK2mLYbFYqESzTy8GpaBH8fDDD3BwJmmMZW60O6LeLJJ+ggcy5iMB 4xBsorMr6ECnruuXAUEItbuHtlkqQU6QVuGmeVMfsblpeKU5iRdaXBtKl9G8XUgB45Q20eZOMHXLU JLSj8TXcaOoUZIxtdtTa9fzvMMs7GYScOeEJ6ciZegotAeBq5+0qILEZOv0zoui6CWlwWltyp6sYR aImUhKnuDcZ6Jg==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sfLS2-00054G-DU; Sat, 17 Aug 2024 11:34:46 -0400 In-Reply-To: <87ed6ni5m8.fsf@protonmail.com> (Pip Cet's message of "Sat, 17 Aug 2024 14:30:42 +0000") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322861 Archived-At: Pip Cet writes: > "Stefan Kangas" writes: > >> Pip Cet writes: >> >>> Pure space and unexec aren't closely related at all, and the rebased >>> scratch/no-purespace branch, after some tedious fixes, starts fine when >>> configured with --with-dumping=unexec. >> >> Could you please push the rebased branch to Savannah? > > Sure, if someone could point me to the right way to do it. "git push > --force-with-lease" refuses to update scratch/no-purespace, so should I > delete it and recreate it? Yes, you can delete scratch/no-purespace and push it again.