Support svn(1) diffing "-p" by default.
authorlace <>
Mon, 25 Dec 2006 19:42:57 +0000 (19:42 +0000)
committerlace <>
Mon, 25 Dec 2006 19:42:57 +0000 (19:42 +0000)
.subversion/config
bin/diff-up [new file with mode: 0755]

index 9db85cd..f74e4f0 100644 (file)
@@ -29,6 +29,9 @@
 ###   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 = diff-up
+# FIXME: Why it is not supported?
+extensions = -up
 ### 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.
diff --git a/bin/diff-up b/bin/diff-up
new file mode 100755 (executable)
index 0000000..26e68fa
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+# $Id$
+
+exec diff -up "$@"