emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: This Is The Git Help Mailing List


From: Juri Linkov
Subject: Re: This Is The Git Help Mailing List
Date: Fri, 05 Dec 2014 02:45:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu)

> 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 = "^(\\(.*)$"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]