From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: This Is The Git Help Mailing List Date: Fri, 05 Dec 2014 16:59:55 +0100 Message-ID: <2190529.IcqPpfqbVT@descartes> References: <87zjb3j6f1.fsf@mail.linkov.net> 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 1417795232 28257 80.91.229.3 (5 Dec 2014 16:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 16:00:32 +0000 (UTC) Cc: Juri Linkov To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 17:00:23 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 1XwvIs-0008Hc-Sx for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 17:00:23 +0100 Original-Received: from localhost ([::1]:51155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwvIs-00059B-IS for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 11:00:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwvIj-00058h-JY for emacs-devel@gnu.org; Fri, 05 Dec 2014 11:00:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwvId-0004pU-1q for emacs-devel@gnu.org; Fri, 05 Dec 2014 11:00:13 -0500 Original-Received: from ptmx.org ([178.63.28.110]:57095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwvIc-0004nB-SR for emacs-devel@gnu.org; Fri, 05 Dec 2014 11:00:06 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id EEC092D970; Fri, 5 Dec 2014 17:00:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GWGNbcuD9+r2; Fri, 5 Dec 2014 16:59:58 +0100 (CET) Original-Received: from descartes.localnet (chello080109100138.16.15.univie.teleweb.at [80.109.100.138]) by ptmx.org (Postfix) with ESMTPSA id 4F2702D969; Fri, 5 Dec 2014 16:59:58 +0100 (CET) User-Agent: KMail/4.13.3 (Linux/3.13.0-40-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <87zjb3j6f1.fsf@mail.linkov.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:178946 Archived-At: On Friday 05 December 2014 02:45:10 Juri Linkov wrote: > I wonder why we still don't have in emacs/.gitattributes this line? Because: > when .git/config contains >=20 > [diff "lisp"] > xfuncname =3D "^(\\(.*)$" The diff driver for lisp is not part of git and the xfuncname has to be= =20 defined in the User's config. There is no way for us to set it project= -wide. =20 That's why I added the instructions to do it manually to the EmacsWiki.= =20 Besides *.el, there are also instructions for texinfo (requires another= =20 xfuncname) and C code (has builtin support). http://www.emacswiki.org/emacs/GitForEmacsDevs#UsefulAddOns Regards, R=C3=BCdiger