Skip to content

Instantly share code, notes, and snippets.

@ii0
Forked from westonruter/config.diff
Created May 26, 2017 05:42
Show Gist options
  • Save ii0/b702de9af8120184ee1d887b0e54655f to your computer and use it in GitHub Desktop.
Save ii0/b702de9af8120184ee1d887b0e54655f to your computer and use it in GitHub Desktop.
Using colordiff for my svn diff command (set in ~/.subversion/config)
@@ -28,7 +28,7 @@
### Set diff-cmd to the absolute path of your 'diff' program.
### This will override the compile-time default, which is to use
### Subversion's internal diff implementation.
-# diff-cmd = diff_program (diff, gdiff, etc.)
+diff-cmd = colordiff
### Set diff3-cmd to the absolute path of your 'diff3' program.
### This will override the compile-time default, which is to use
### Subversion's internal diff3 implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment