From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 24 17:31:07 2016 Received: (at submit) by debbugs.gnu.org; 24 Aug 2016 21:31:07 +0000 Received: from localhost ([127.0.0.1]:39422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcflL-00071K-BL for submit@debbugs.gnu.org; Wed, 24 Aug 2016 17:31:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcflK-00070q-Ke for submit@debbugs.gnu.org; Wed, 24 Aug 2016 17:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcflE-0007f3-DW for submit@debbugs.gnu.org; Wed, 24 Aug 2016 17:31:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcflE-0007el-AY for submit@debbugs.gnu.org; Wed, 24 Aug 2016 17:31:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcflB-000356-Te for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2016 17:30:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcfl6-0007dH-O0 for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2016 17:30:56 -0400 Received: from mail.hostpark.net ([212.243.197.30]:47474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcfl6-0007cd-HB for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2016 17:30:52 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 0C65116B41; Wed, 24 Aug 2016 23:30:49 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id LlDGpzoYiztK; Wed, 24 Aug 2016 23:30:48 +0200 (CEST) Received: from hal (178-82-62-170.dynamic.hispeed.ch [178.82.62.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id D15DF16B42; Wed, 24 Aug 2016 23:30:48 +0200 (CEST) User-agent: mu4e 0.9.17; emacs 25.1.1 From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org, Toby Cubitt Subject: Lets use git-subtree to import undo-tree into elpa Date: Wed, 24 Aug 2016 23:30:44 +0200 Message-ID: <874m69dfcr.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello, I wanted to address some compiler warnings in undo-tree.el but in the process I noticed that the upstream repository and elpa are not in sync and that upstream changes aren't merged using `git subtree'. I think these two issues are related and would like to suggest that `git subtree' be used from now on. Because that isn't possible when the directory in question already exists we temporarily have to remove it. And we have to commit that change because otherwise `git subtree' would refuse to do anything. git rm -r packages/undo-tree git commit -m "Temporarily remove undo-tree So that it can be added again, this time using `git subtree'." Now we can add the subtree. The documentation in the README suggests that `--squash' should not be used, but there are already quite a few packages with are importing by squashing all upstream changes and doing it that way would result in something very similar to how it has been done manually for this package in the past (on the surface), so I think we might want use it here: git subtree add [--squash] --prefix=packages/undo-tree \ http://www.dr-qubit.org/git/undo-tree.git master >From now on new upstream changes can be imported like so: git subtree pull [--squash] --prefix=packages/undo-tree \ http://www.dr-qubit.org/git/undo-tree.git master Also note that in the upstream repository the "release/0.6.5" should be created. Best regards, Jonas From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 02 09:36:04 2016 Received: (at submit) by debbugs.gnu.org; 2 Sep 2016 13:36:04 +0000 Received: from localhost ([127.0.0.1]:47097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfodY-0008EM-Kl for submit@debbugs.gnu.org; Fri, 02 Sep 2016 09:36:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48655) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfodX-0008Ds-9c for submit@debbugs.gnu.org; Fri, 02 Sep 2016 09:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfodR-0002qT-G4 for submit@debbugs.gnu.org; Fri, 02 Sep 2016 09:35:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfodR-0002pt-D3 for submit@debbugs.gnu.org; Fri, 02 Sep 2016 09:35:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfodO-0000pC-UT for bug-gnu-emacs@gnu.org; Fri, 02 Sep 2016 09:35:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfodK-0002ow-Ob for bug-gnu-emacs@gnu.org; Fri, 02 Sep 2016 09:35:53 -0400 Received: from mail.hostpark.net ([212.243.197.30]:45258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfodK-0002oG-Hw for bug-gnu-emacs@gnu.org; Fri, 02 Sep 2016 09:35:50 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id E923416A38; Fri, 2 Sep 2016 15:35:48 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id z2T9hwENg2Mo; Fri, 2 Sep 2016 15:35:48 +0200 (CEST) Received: from hal (178-82-62-170.dynamic.hispeed.ch [178.82.62.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id BCBFA16A36; Fri, 2 Sep 2016 15:35:48 +0200 (CEST) References: <874m69dfcr.fsf@bernoul.li> User-agent: mu4e 0.9.17; emacs 25.1.1 From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org, Toby Cubitt Subject: Re: Lets use git-subtree to import undo-tree into elpa In-reply-to: <874m69dfcr.fsf@bernoul.li> Date: Fri, 02 Sep 2016 15:35:48 +0200 Message-ID: <877fau8lvv.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) I would like to point out, that besides improvements to the documentation the upstream also contains the following bug fix: https://github.com/tarsius/undo-tree/commit/43663f6c22bb4e4bd42e6b5c57978bd303374b1c That is not included in Elpa. (I am linking to my own fork of upstream here, because the upstream repository cannot be looked at in a browser.) From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 02 09:45:42 2016 Received: (at 24303) by debbugs.gnu.org; 2 Sep 2016 13:45:42 +0000 Received: from localhost ([127.0.0.1]:47114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfoms-0008TC-0U for submit@debbugs.gnu.org; Fri, 02 Sep 2016 09:45:42 -0400 Received: from cloud103.planethippo.com ([31.216.48.48]:47551) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfomq-0008Sz-Lz for 24303@debbugs.gnu.org; Fri, 02 Sep 2016 09:45:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From; bh=zouuQd+W058ufXky4yr9GSOsPBNUjI0OJaXYIvKDZEk=; b=wDFHh6BlvkmjvdBuIqOiUgINRB oL930jGjfj1Zps/5ypbzbk1AZoKuZdGCupR27Rxca3470iKdoy2Y6ungbQZFyC1DOU80/SmOt3V2u x4y5t4yBI3PA134dld7XmihcSs/GRE24k9dCqJ08r0iOkMLZMm3isk8qTg0giFZ8P8gCod/lmfCj/ e3u2C6BdwgBC+Z879YgHqDYsvpr3DbaOoHe71/7DHQiA0TaO/BincjnZF/DeddjNu2QSNoki5StKd zvVIXFiOIn4qoy2RG8myRnGLz12+px6NtBCSJJ3WCU+jVZuzFlH/kLS55X5JEzcBIumbXPPng+c38 BjtbVDMg==; Received: from janus-nat-128-240-225-60.ncl.ac.uk ([128.240.225.60]:42578 helo=russet.org.uk) by cloud103.planethippo.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1bfomj-000Z56-69; Fri, 02 Sep 2016 14:45:33 +0100 From: phillip.lord@russet.org.uk (Phillip Lord) To: Jonas Bernoulli Subject: Re: bug#24303: Lets use git-subtree to import undo-tree into elpa References: <874m69dfcr.fsf@bernoul.li> <877fau8lvv.fsf@bernoul.li> Date: Fri, 02 Sep 2016 14:45:32 +0100 In-Reply-To: <877fau8lvv.fsf@bernoul.li> (Jonas Bernoulli's message of "Fri, 02 Sep 2016 15:35:48 +0200") Message-ID: <871t12o1oj.fsf@russet.org.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 24303 Cc: 24303@debbugs.gnu.org, toby-undo-tree@dr-qubit.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Jonas Bernoulli writes: > I would like to point out, that besides improvements to the > documentation the upstream also contains the following bug fix: > > https://github.com/tarsius/undo-tree/commit/43663f6c22bb4e4bd42e6b5c57978bd303374b1c > > That is not included in Elpa. (I am linking to my own fork of > upstream here, because the upstream repository cannot be looked > at in a browser.) As well as subtree, you could put undo-tree into ELPA as an orphan branch. Then you just push to update. Phil From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 11:48:13 2021 Received: (at 24303) by debbugs.gnu.org; 6 Jul 2021 15:48:13 +0000 Received: from localhost ([127.0.0.1]:49806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0nIz-0000A3-Hi for submit@debbugs.gnu.org; Tue, 06 Jul 2021 11:48:13 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0nIy-00009p-9G for 24303@debbugs.gnu.org; Tue, 06 Jul 2021 11:48:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=563/wY689eQnof7boKdt1Mmj7Cn6VYSytiDYpVvoChM=; b=hdSrvFQALk88MIoi718Aapmnot Bmc5v7DJC6cSaIXjAsNeJdduL7CAgX/Hni1/EwnjdNKmmiqBbvA7ZbbbWFNh8sn6e/Ppbo1R8amof kvUP335qQON6Twu8KMc/Sa5XZXJZKM9seHeKek5gZDAi4tC7GCRT35T/wC7OWRK3/Vwk=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m0nIp-0002dG-Dd; Tue, 06 Jul 2021 17:48:05 +0200 From: Lars Ingebrigtsen To: Jonas Bernoulli Subject: Re: bug#24303: Lets use git-subtree to import undo-tree into elpa References: <874m69dfcr.fsf@bernoul.li> X-Now-Playing: Sebastian's _Thirst_: "Doorman (feat. Syd)" Date: Tue, 06 Jul 2021 17:48:02 +0200 In-Reply-To: <874m69dfcr.fsf@bernoul.li> (Jonas Bernoulli's message of "Wed, 24 Aug 2016 23:30:44 +0200") Message-ID: <87mtqzphot.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Jonas Bernoulli writes: > I think these two issues are related and would like to suggest that > `git subtree' be used from now on. How GNU ELPA works was changed substantially recently -- every package is its own branch, which should make this stuff easier to handle. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 24303 Cc: 24303@debbugs.gnu.org, toby-undo-tree@dr-qubit.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Jonas Bernoulli writes: > I think these two issues are related and would like to suggest that > `git subtree' be used from now on. How GNU ELPA works was changed substantially recently -- every package is its own branch, which should make this stuff easier to handle. So I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 11:48:19 2021 Received: (at control) by debbugs.gnu.org; 6 Jul 2021 15:48:19 +0000 Received: from localhost ([127.0.0.1]:49809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0nJ4-0000AN-OL for submit@debbugs.gnu.org; Tue, 06 Jul 2021 11:48:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0nJ3-00009w-S0 for control@debbugs.gnu.org; Tue, 06 Jul 2021 11:48:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4bNefAo3cXsvuebL9mYnye+CjDV6Rek28jZg1JhseoM=; b=mqJBgzJlA63f+sFcoWRe37YvLe JKdRivEro5QHrJxWpauVNKWPgWWx3y47Gwi/sFze9e0X5067qEuxj3qaEk/BvQCCeWqucszlRrqgw fB2t4n5Yra/HbQYxZ7note7TTCvNM4BFJ37r4vchWd7izaGBethTbg/2OOuqzWY9e0u4=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m0nIw-0002dN-8n for control@debbugs.gnu.org; Tue, 06 Jul 2021 17:48:12 +0200 Date: Tue, 06 Jul 2021 17:48:09 +0200 Message-Id: <87lf6jphom.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #24303 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 24303 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 24303 quit From unknown Fri Aug 15 20:26:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Aug 2021 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator