From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: git history tracking across renames (and emacs support) Date: Sat, 13 Jan 2018 12:42:20 -0500 Message-ID: References: <87efnan46u.fsf@linux-m68k.org> <86wp12qtgo.fsf@dod.no> <83tvw6chqv.fsf@gnu.org> <86shbprix7.fsf_-_@dod.no> <7c7503b4-1f82-8a25-fedd-c61c3e7629f6@cs.ucla.edu> <83zi5o6w4p.fsf@gnu.org> <745d2f02-8ca3-8962-0de4-053340c8fa63@cs.ucla.edu> <83efmx6862.fsf@gnu.org> <83wp0n32se.fsf@gnu.org> <83po6e17o4.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1515865244 15166 195.159.176.226 (13 Jan 2018 17:40:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 13 Jan 2018 17:40:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 13 18:40:40 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 1eaPnK-0003a3-G1 for ged-emacs-devel@m.gmane.org; Sat, 13 Jan 2018 18:40:38 +0100 Original-Received: from localhost ([::1]:52672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaPpK-0000Uw-7Z for ged-emacs-devel@m.gmane.org; Sat, 13 Jan 2018 12:42:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaPpD-0000UC-Be for emacs-devel@gnu.org; Sat, 13 Jan 2018 12:42:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaPpA-00008G-9C for emacs-devel@gnu.org; Sat, 13 Jan 2018 12:42:35 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:59413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaPpA-000055-4i; Sat, 13 Jan 2018 12:42:32 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w0DHgQIq018702; Sat, 13 Jan 2018 12:42:28 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D96AA6629F; Sat, 13 Jan 2018 12:42:20 -0500 (EST) In-Reply-To: <83po6e17o4.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 13 Jan 2018 10:31:39 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6199=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6199> : inlines <6310> : streams <1775956> : uri <2569755> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:221928 Archived-At: > Since ChangeLog is generated from Git log, it _is_ useful when all you > have is the ChangeLog. Which could happen if, for example, you want > to work on Emacs while off-line during a long flight. I very often work off-line, but Git gives me just as much info in that case. Stefan