+git /^new file mode /.
authorjkratoch <>
Tue, 7 Jul 2009 18:44:06 +0000 (18:44 +0000)
committerjkratoch <>
Tue, 7 Jul 2009 18:44:06 +0000 (18:44 +0000)
bin/diffdecvs

index ac4273f..f619549 100755 (executable)
@@ -26,6 +26,7 @@ prog='
        next if /^retrieving revision /;
        next if /^diff -/;
        next if /^revision /;
+       next if /^new file mode /;
        next if m{^/.*,v  -->  standard output$};
        print;
 '