Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Created September 26, 2013 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/6716821 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/6716821 to your computer and use it in GitHub Desktop.
Git diff binary files with Apache Tika #git #tika #diff
# .git/config
[diff "office"]
binary = true
textconv = /usr/bin/java -jar /usr/local/share/tika-app.jar --text
*.doc diff=office
*.ppt diff=office
*.odt diff=office
*.odp diff=office
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment