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 19:38:51 +0300 Message-ID: <83sh4oe7dw.fsf@gnu.org> References: <87y3li4vh7.fsf@telefonica.net> <87efnan46u.fsf@linux-m68k.org> <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> 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 1531413570 8202 195.159.176.226 (12 Jul 2018 16:39:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2018 16:39:30 +0000 (UTC) Cc: tzz@lifelogs.com, larsi@gnus.org, emacs-devel@gnu.org, cpitclaudel@gmail.com, monnier@iro.umontreal.ca To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 18:39:25 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 1fdecn-00022t-B6 for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2018 18:39:25 +0200 Original-Received: from localhost ([::1]:33042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeeu-0003S7-B8 for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2018 12:41:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdecK-0001Hb-OE for emacs-devel@gnu.org; Thu, 12 Jul 2018 12:39:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdecG-0001YR-Fc for emacs-devel@gnu.org; Thu, 12 Jul 2018 12:38:56 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdecG-0001Y6-Bw; Thu, 12 Jul 2018 12:38:52 -0400 Original-Received: from [176.228.60.248] (port=2845 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdecF-0005UM-LV; Thu, 12 Jul 2018 12:38:52 -0400 In-reply-to: <87a7qwzahe.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Thu, 12 Jul 2018 17:26:21 +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:227282 Archived-At: > From: João Távora > Date: Thu, 12 Jul 2018 17:26:21 +0100 > Cc: larsi@gnus.org, cpitclaudel@gmail.com, tzz@lifelogs.com, > monnier@iro.umontreal.ca, emacs-devel@gnu.org > > Eli Zaretskii writes: > > > You are working too hard, IMO. I generally write the GNU-style > > ChangeLog entries only when I land a feature on the development > > branch, I don't write them while working on a feature branch. On a > > feature branch, my log entries are very short and only describe what > > milestones were reached and what significant issues fixed. So the > > multiple entries and related problems never happen for me. > > Yeah I do scratchy local dev work without proper entries too, but I > wasn't talking about that, just about committing twice to the same file > on the same day. I take it you never do (really?) Of course, I do. But I have a real ChangeLog file, and I use "C-x 4 a", not the vc-next-action followed by "C-c C-a".