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: Thu, 10 Jul 2014 10:26:08 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405004536 25226 80.91.229.3 (10 Jul 2014 15:02:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 15:02:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Luke Lee Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 17:02:11 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 1X5FrM-0007y7-KO for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 17:02:08 +0200 Original-Received: from localhost ([::1]:38326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5FIr-00032B-GM for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 10:26:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5FIh-00031r-3y for emacs-devel@gnu.org; Thu, 10 Jul 2014 10:26:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5FIX-000831-Se for emacs-devel@gnu.org; Thu, 10 Jul 2014 10:26:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:40898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5FIX-00082v-Og; Thu, 10 Jul 2014 10:26:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBJy8jBQsLNBIUGA0kiAQI0hkXjnoHhDgBA6kZgWqDTCE X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBJy8jBQsLNBIUGA0kiAQI0hkXjnoHhDgBA6kZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="77063777" Original-Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Jul 2014 10:26:08 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 86449604AF; Thu, 10 Jul 2014 10:26:08 -0400 (EDT) In-Reply-To: (Luke Lee's message of "Thu, 10 Jul 2014 10:43:19 +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:172932 Archived-At: > 1. I found that in the Emacs repo git clone, A LOT OF commits did not even > touched crisp.el but are all included in the log history of crisp.el. I > don't know if it's caused by bzr -> git mirroring information loss, or if > this happend even in earlier years before bzr is used, or if there are > some defetcts during git filter-branch. This seems to leave quite a few > dummy commits without any diff against crisp.el. git log --follow lisp/obsolete/crisp.el | grep commit | wc gives me 56 entries, which all seem to have touched crisp.el, so the mirroring doesn't seem to be the problem. Also, "git log -p --follow lisp/obsolete/crisp.el" seems to include just the crisp.el changes, so passing it to "git am" might DTRT. Stefan