From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: ELPA commit freeze Date: Tue, 20 Aug 2013 16:42:44 +0300 Message-ID: <52137254.1060500@yandex.ru> References: <871u5w1tpy.fsf@yandex.ru> <520FA630.8080003@yandex.ru> <5211BBC8.40408@yandex.ru> <52133662.1000900@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1377006240 3623 80.91.229.3 (20 Aug 2013 13:44:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 13:44:00 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 15:44:02 2013 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 1VBmE5-0005II-CG for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 15:44:01 +0200 Original-Received: from localhost ([::1]:47917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBmE5-0003Mi-0h for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 09:44:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBmD6-0001zT-Ek for emacs-devel@gnu.org; Tue, 20 Aug 2013 09:43:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBmCx-0002LF-VY for emacs-devel@gnu.org; Tue, 20 Aug 2013 09:43:00 -0400 Original-Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:59834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBmCx-0002Kz-PH for emacs-devel@gnu.org; Tue, 20 Aug 2013 09:42:51 -0400 Original-Received: by mail-ea0-f179.google.com with SMTP id b10so232827eae.10 for ; Tue, 20 Aug 2013 06:42:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DSrRvTvutm2MfkLoWoqYBX7nGakyhn9eqG/Y+nOEiIo=; b=OjjlZ5h51Agwt60GjEyVZ7UtxcXXWw09gZdqK7X01gRJnxAQrswaOY+OGPs+CmRj5C MTp+/Q6c82F6bX1ikoc/aQcXVqZKwg1kHgTbENmuEPQdazSRskB76bEA5+z30ZcFNpCC 8jyoav0xBd/vW0ve69OoabUHbTdqVEZGPZFmiFZoEHmMA6q4xJdNs1jud9XvG11g+pts JUtQ7dH6WzN/29uXlrYE6s3HdJsNhq2h1hbgcYPZu3WF9PvN/0q8J9nz1ln6F1w/FwvM /WQBOKWeVUbv+7AQlsea6lC737SWmiq8yxOtMDdpfLMbM/9Vo2zxQqvRi1cDAQZScj9d mnJQ== X-Received: by 10.15.76.198 with SMTP id n46mr2435951eey.60.1377006171003; Tue, 20 Aug 2013 06:42:51 -0700 (PDT) Original-Received: from [192.168.10.2] (62-107-247.netrun.cytanet.com.cy. [62.228.107.247]) by mx.google.com with ESMTPSA id f49sm2525173eec.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 Aug 2013 06:42:50 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::233 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:162914 Archived-At: On 20.08.2013 12:40, Andreas Schwab wrote: >> Aside from that, git log -- packages/js2-mode doesn't show the commits >> from the upstream repo at all, only the merge commit. Can you explain >> that? > > There are no files matching packages/js2-mode in that branch. Could you explain why you're calling the subdirectory (or subtree, to look at it another way) a branch? > That is a peculiarity of the subtree merge: it renames all files with a prefix. Thanks, that makes sense, I guess. I have checked, it's the same in my toy composite repository, and it works fine with 'git subtree push'.