From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Does Elpa welcome themes? Or should those stay in Melpa? Date: Tue, 27 Jan 2015 23:19:44 -0200 Message-ID: References: <20150116195627.GL20877@ahungry.com> <20150127050750.GL32271@ahungry.com> <87k307by87.fsf@ahungry.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1422407990 3149 80.91.229.3 (28 Jan 2015 01:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 01:19:50 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Matthew Carter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 28 02:19:50 2015 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 1YGHIL-0002PN-8E for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2015 02:19:49 +0100 Original-Received: from localhost ([::1]:50788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGHIK-0006Bx-Fw for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 20:19:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGHIH-00065h-MO for emacs-devel@gnu.org; Tue, 27 Jan 2015 20:19:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGHIG-0000ak-KQ for emacs-devel@gnu.org; Tue, 27 Jan 2015 20:19:45 -0500 Original-Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:34755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGHIG-0000ac-GY for emacs-devel@gnu.org; Tue, 27 Jan 2015 20:19:44 -0500 Original-Received: by mail-oi0-f48.google.com with SMTP id v63so15292649oia.7 for ; Tue, 27 Jan 2015 17:19:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zZWyisMcQAP77V2bXFFfCuADv2qgZxc8IhBmINc3jDE=; b=RA3el+HIQ00fQ14RgOUS/7KoWvWeRjVc7JuW3hGhGiFlopKqN6k/t26oMmLf6mR4h1 X9nrUyUxWi3+vHUzLp0d9lueDi1an/QcrAQXzbnq3L5fBhJ/SNicpi7PfJFT6usLj/yO +QbmoFmwud+6+6fPs7UV2TvPTgy1kA64oq4ESeVz30T+2CnV5HxPLKO2zQgicZBXPvTo q0wnJI7nAl1ONw6SshMFNrG6gYjj1uoL/Z/Mh6mypC7PgaSciXhJZvHBupRRGRw2c9gq oNyd2jP/2+OTW1dV/kFurFf0sI5HFbk0I5n0xwJbvJ2Roo5Jr76gQu2V85vHRnTZ7jB6 4L4Q== X-Received: by 10.202.90.139 with SMTP id o133mr425788oib.99.1422407984161; Tue, 27 Jan 2015 17:19:44 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Tue, 27 Jan 2015 17:19:44 -0800 (PST) In-Reply-To: <87k307by87.fsf@ahungry.com> X-Google-Sender-Auth: HiEZT3DioXPl60hMLXBCss3ejvs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::230 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:181866 Archived-At: > git subtree add --prefix packages/ahungry-theme \ > https://github.com/ahungry/color-theme-ahungry master --squash > > And subsequent pulls via: > > git subtree pull --prefix packages/ahungry-theme \ > https://github.com/ahungry/color-theme-ahungry master --squash This is what I do, but without the --squash. The squash hides all history for me, which is not what I want. It's ok for your package's history to be part of Gelpa's history.