From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git history tracking across renames (and emacs support) Date: Thu, 12 Jul 2018 20:01:37 +0300 Message-ID: <83pnzse6by.fsf@gnu.org> References: <86wp12qtgo.fsf@dod.no> <83tvw6chqv.fsf@gnu.org> <86shbprix7.fsf_-_@dod.no> <838t6jgl1k.fsf@gnu.org> <601m6cc6.fsf@lifelogs.com> <83o9fefnv9.fsf@gnu.org> <83in5lg4ol.fsf@gnu.org> <83efg9fxnj.fsf@gnu.org> <838t6hfa4h.fsf@gnu.org> <87h8l4lt9q.fsf@gmail.com> <831sc8fttu.fsf@gnu.org> <87a7qwzahe.fsf@gmail.com> <87k1q0xuja.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1531414786 28984 195.159.176.226 (12 Jul 2018 16:59:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2018 16:59:46 +0000 (UTC) Cc: larsi@gnus.org, tzz@lifelogs.com, cpitclaudel@gmail.com, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 18:59:41 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdewO-0007R4-JS for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2018 18:59:40 +0200 Original-Received: from localhost ([::1]:33165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeyV-0003c1-Pv for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2018 13:01:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeyM-0003bJ-4x for emacs-devel@gnu.org; Thu, 12 Jul 2018 13:01:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdeyI-0007QF-6B for emacs-devel@gnu.org; Thu, 12 Jul 2018 13:01:42 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeyI-0007Q7-3C; Thu, 12 Jul 2018 13:01:38 -0400 Original-Received: from [176.228.60.248] (port=4453 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdeyH-0004mq-DO; Thu, 12 Jul 2018 13:01:37 -0400 In-reply-to: <87k1q0xuja.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Thu, 12 Jul 2018 17:56:09 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:227289 Archived-At: > From: João Távora > Date: Thu, 12 Jul 2018 17:56:09 +0100 > Cc: tzz@lifelogs.com, Eli Zaretskii , cpitclaudel@gmail.com, > larsi@gnus.org, emacs-devel@gnu.org > > > BTW, there's diff-add-change-log-entries-other-window (bound to `C-x > > 4 A` in diff-mode) which already tries to create the list of entries > > from the diff. > > [ It turns out it's not as easy as it seems to make it work well :-( ] > > Thanks, didn't know that. It's an invaluable feature when you need to generate log entries from diffs that someone submitted without ones.