From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: This Is The Git Help Mailing List Date: Fri, 05 Dec 2014 02:45:10 +0200 Organization: LINKOV.NET Message-ID: <87zjb3j6f1.fsf@mail.linkov.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417740871 9876 80.91.229.3 (5 Dec 2014 00:54:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 00:54:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 01:54:26 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 1XwhAA-0000pF-NI for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 01:54:26 +0100 Original-Received: from localhost ([::1]:48328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwhAA-0004KG-BK for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 19:54:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwhA1-0004K5-NO for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:54:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwh9v-0001T3-Ja for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:54:17 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:55112 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwh9v-0001Sw-E6 for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:54:11 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id EB0CD348328E7A for ; Thu, 4 Dec 2014 16:54:12 -0800 (PST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 13 Nov 2014 17:19:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.163.222.226 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:178864 Archived-At: > And having this in emacs/.gitattributes helps a lot: > > ChangeLog merge=merge-changelog I wonder why we still don't have in emacs/.gitattributes this line? *.el diff=lisp It's useful to show function names in diffs such as @@ -1781,7 +1782,7 @@ (defun comint-send-input (&optional no-newline artificial) when .git/config contains [diff "lisp"] xfuncname = "^(\\(.*)$"