From: Mark Wooding Date: Wed, 14 Nov 2012 21:48:47 +0000 (+0000) Subject: dot/gitconfig.in, git/attributes: New global `gitattributes' file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d3f879c67b9f2fdc444a8c4c3ce8785315fb641b?ds=sidebyside dot/gitconfig.in, git/attributes: New global `gitattributes' file. Last time I looked you couldn't have one of these. Turns out that you can now. --- diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 49f75ab..106e2a9 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -4,6 +4,7 @@ [core] filemode = true excludesfile = @profile@/git/gitignore + attributesfile = @profile@/git/attributes [user] name = Mark Wooding diff --git a/git/attributes b/git/attributes new file mode 100644 index 0000000..1bbda79 --- /dev/null +++ b/git/attributes @@ -0,0 +1,5 @@ +### -*-conf-*- + +*.el diff=lisp +.emacs diff=lisp +*.lisp diff=lisp