From d3f879c67b9f2fdc444a8c4c3ce8785315fb641b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 14 Nov 2012 21:48:47 +0000 Subject: [PATCH] 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. --- dot/gitconfig.in | 1 + git/attributes | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 git/attributes 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 -- 2.11.0