summaryrefslogtreecommitdiff
path: root/gitconfig.SAMPLE
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-15 19:44:37 -0700
committerPaul Phillips <paulp@improving.org>2012-09-20 09:57:00 -0700
commite4e8578c5cf433648fa5428bfb2ad2ce8d347439 (patch)
tree2a5a1ab8b15c55a72f072846e44a7cefc145a3a6 /gitconfig.SAMPLE
parent3136e53e0ce4d73e1d2b3e8d043fff7892b2f439 (diff)
downloadscala-e4e8578c5cf433648fa5428bfb2ad2ce8d347439.tar.gz
scala-e4e8578c5cf433648fa5428bfb2ad2ce8d347439.tar.bz2
scala-e4e8578c5cf433648fa5428bfb2ad2ce8d347439.zip
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.
Diffstat (limited to 'gitconfig.SAMPLE')
-rw-r--r--gitconfig.SAMPLE8
1 files changed, 8 insertions, 0 deletions
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