From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Please don't obsolete "crisp.el" Date: Mon, 21 Jul 2014 00:00:37 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405915265 10419 80.91.229.3 (21 Jul 2014 04:01:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2014 04:01:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: luke.yx.lee@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 06:00:58 2014 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 1X94mX-0007cb-1F for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2014 06:00:57 +0200 Original-Received: from localhost ([::1]:60526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X94mW-0003yY-KY for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2014 00:00:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X94mM-0003yN-N1 for emacs-devel@gnu.org; Mon, 21 Jul 2014 00:00:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X94mF-0000NC-7j for emacs-devel@gnu.org; Mon, 21 Jul 2014 00:00:46 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:28093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X94mF-0000Mo-2X; Mon, 21 Jul 2014 00:00:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMQCzQSFBgNiCgI0hkXjnoHFoQiAQOpGYFqg0wh X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMQCzQSFBgNiCgI0hkXjnoHFoQiAQOpGYFqg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="79017636" Original-Received: from 75-119-224-253.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 21 Jul 2014 00:00:37 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 1849CAE664; Mon, 21 Jul 2014 00:00:37 -0400 (EDT) In-Reply-To: (luke yx lee's message of "Mon, 21 Jul 2014 10:26:25 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:173065 Archived-At: >> (1.4) Mangle the commit messages in crisp-history.patch to notify >> these commits comes from Emacs repo. Don't bother. We already imported many other packages with just "git merge" and without mangling their commit messages. >> Of course, before I did that we should have a proper message >> prefix/postfix the commit messages from Emacs trunk, to prevent >> confusing ELPA existing commit log (i.e. the above skipped step 1.4). There's no confusion: those commits are on a branch and Git knows it. "git log" tends to display them along with everything else, but it's a problem with the default "git log" behavior (which can be fixed with appropriate options, IIUC), not with the history data. Other than that it looks OK, thank you. Stefan