Created
February 27, 2011 20:48
-
-
Save westonruter/846524 to your computer and use it in GitHub Desktop.
Using colordiff for my svn diff command (set in ~/.subversion/config)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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
Thanks, it works!
PS for Mac users: