Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Last active December 15, 2015 02:29
Show Gist options
  • Save sirkkalap/5187533 to your computer and use it in GitHub Desktop.
Save sirkkalap/5187533 to your computer and use it in GitHub Desktop.
svndiff, that behaves somewhat like git diff does.
function svndiff {
svn diff "$@" | colordiff | less -rFX
}
@sirkkalap
Copy link
Author

-r works even when colordiff (or something) for some reason adds ^M to line ends

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment