From e4e8578c5cf433648fa5428bfb2ad2ce8d347439 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 15 Sep 2012 19:44:37 -0700 Subject: New .gitattributes file. This should assist in keeping line endings straight. It is designed to enforce LF endings everywhere except for files specifically for windows. --- gitconfig.SAMPLE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gitconfig.SAMPLE (limited to 'gitconfig.SAMPLE') diff --git a/gitconfig.SAMPLE b/gitconfig.SAMPLE new file mode 100644 index 0000000000..d90c3bfb02 --- /dev/null +++ b/gitconfig.SAMPLE @@ -0,0 +1,8 @@ +# With something like this in .git/config or ~/.gitconfig +# you can diff class files and jar files. +[diff "class"] + textconv = tools/class-dump + cachetextconv = true +[diff "jar"] + textconv = tools/jar-dump + cachetextconv = true -- cgit v1.2.3