Skip to content

Instantly share code, notes, and snippets.

@yuya-takeyama
Created September 27, 2012 03:17
Show Gist options
  • Save yuya-takeyama/3791968 to your computer and use it in GitHub Desktop.
Save yuya-takeyama/3791968 to your computer and use it in GitHub Desktop.
svn diff でホワイトスペースと改行コードの両方を無視したいときに使うやつ
#!/bin/sh
svn diff --diff-cmd diff -x -uw $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment