]> granicus.if.org Git - php/commitdiff
this is dangerous....
authorJames Cox <imajes@php.net>
Thu, 9 May 2002 20:36:49 +0000 (20:36 +0000)
committerJames Cox <imajes@php.net>
Thu, 9 May 2002 20:36:49 +0000 (20:36 +0000)
README.SUBMITTING_PATCH

index 8e9c33f15e3451a5476e75c51f905b1a1b5d7977..3b30d8b928833b2e475bf018327e04984d9d9b64 100644 (file)
@@ -52,13 +52,11 @@ Recommended ~/.cvsrc file setting is:
 cvs -z3
 update -d -P
 checkout -P
-diff -u -b -w -B
+diff -u
+
 ------
-diff -u -b -w -B means:
- -b     Ignore changes in amount of white space.
- -B     Ignore changes that just insert or delete blank lines.
+diff -u means:
  -u     Use the unified output format.
- -w     Ignore white space when comparing lines.
 
 With this CVS setting, you don't have to worry about adding/deleting
 newlines and spaces.