summaryrefslogtreecommitdiff
path: root/gitconfig.SAMPLE
blob: d90c3bfb0219bb822dda4bfb6b50cfa1f09e6130 (plain) (blame)
1
2
3
4
5
6
7
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