Created
September 26, 2013 16:41
-
-
Save simeonwillbanks/6716821 to your computer and use it in GitHub Desktop.
Git diff binary files with Apache Tika #git #tika #diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .git/config | |
[diff "office"] | |
binary = true | |
textconv = /usr/bin/java -jar /usr/local/share/tika-app.jar --text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.doc diff=office | |
*.ppt diff=office | |
*.odt diff=office | |
*.odp diff=office |
Author
simeonwillbanks
commented
Sep 26, 2013
- http://git-scm.com/book/ch7-2.html#Binary-Files
- http://tika.apache.org/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment