From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: Please don't obsolete "crisp.el" Date: Fri, 11 Jul 2014 17:32:34 +0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1405074767 16517 80.91.229.3 (11 Jul 2014 10:32:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 10:32:47 +0000 (UTC) Cc: Stefan Monnier , Emacs developers To: Luke Lee Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 12:32:41 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 1X5Y88-00012O-LZ for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 12:32:40 +0200 Original-Received: from localhost ([::1]:43830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Y87-0001dU-TH for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 06:32:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Y84-0001dM-SH for emacs-devel@gnu.org; Fri, 11 Jul 2014 06:32:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Y83-0007o5-So for emacs-devel@gnu.org; Fri, 11 Jul 2014 06:32:36 -0400 Original-Received: from mail-qc0-x22c.google.com ([2607:f8b0:400d:c01::22c]:40508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Y83-0007nx-OB for emacs-devel@gnu.org; Fri, 11 Jul 2014 06:32:35 -0400 Original-Received: by mail-qc0-f172.google.com with SMTP id l6so800795qcy.31 for ; Fri, 11 Jul 2014 03:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=MQbwIAWUFY514c5fc/4qRqa91FAp+KniYOrZzIiaC0M=; b=SEupVFzxtbdYXqQHY1i2hJGaiRp/Etmjrt64lSbGHU/KFg/rrDgpIHgt+jmI8xiOVr NKHKHBe/x9DW2HCcj4eV4YLEtvcxAFphr76AOH5odr0DTV5yxGnLai4oED5w+fWzPg9p YsvZc3UeXAPvxplhjUhIiSpq6WY6kOi/6NVdpyMVNPBIayy70VtiXWqK+/MgdYzBCTNP dHr2Ek5o8uma2kstoGeqqNFRukQDv5Lq0RYiyxYj8X9jnS6pxLMI3aZnKclvTp8Zw6Wx g56B0lXDRcVRXEBkB1fI8l/yI5tj3QbzbKWa0LhQRdphXnWQ75c7/7WylYJF9KMgF08i roqw== X-Received: by 10.224.26.134 with SMTP id e6mr90256134qac.67.1405074754935; Fri, 11 Jul 2014 03:32:34 -0700 (PDT) Original-Received: by 10.96.154.73 with HTTP; Fri, 11 Jul 2014 03:32:34 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 8B0lhAjwEQQJPUKpznP2joHl6b0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22c 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:172975 Archived-At: On Fri, Jul 11, 2014 at 5:03 PM, Luke Lee wrote: > Cool! The "git log -p --follow lisp/obsolete/crisp.el" is indeed very cle= an! > However, the bad thing is that we can't add "--reverse" to reverse the > commit order from the beginning, so "git am" will immediately fail. What about =E2=80=9Cgit format-patch=E2=80=9D with a path argument? You sho= uld then get a directory containing a numbered series of patches restricted to that file or path, and you can then apply that with =E2=80=9Cgit am=E2=80= =9D onto a different branch and/or in a different repository. Before applying, you might global-replace some directory names.