Skip to content

Instantly share code, notes, and snippets.

@rsrchboy
Last active August 29, 2015 14:12
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 rsrchboy/032318c8fed70fd9a622 to your computer and use it in GitHub Desktop.
Save rsrchboy/032318c8fed70fd9a622 to your computer and use it in GitHub Desktop.
text-diff your 02packages.txt.gz via gut automagically
# make git recognize *.txt.gz files as compressed text, such that git knows to
# use the "gz" diff driver on them
*.txt.gz diff=gz
[diff "gz"]
# behold, the power of zcat!
textconv = zcat
# and the lovely laziness!
cachetextconv = true
binary = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment