Hello! I’d like svn diff
to display colored diff through a pager (just like git does). I’ve succeeded to get a colored diff by setting the diff-cmd
in ~/.subversion/config
:
diff-cmd = colordiff
Now I’d like to pipe the diff output through a pager, how do I do that? (Short of writing svn diff | less
, of course.)