Skip to content

Instantly share code, notes, and snippets.

@tuanpht
Forked from westonruter/config.diff
Created April 5, 2017 03:08
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 tuanpht/2f33f7570fe8ede7763e55a298b6b115 to your computer and use it in GitHub Desktop.
Save tuanpht/2f33f7570fe8ede7763e55a298b6b115 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