From: James Cox Date: Thu, 9 May 2002 20:36:49 +0000 (+0000) Subject: this is dangerous.... X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e55a4239184b59b7e92a22769c39f48e3550080;p=php this is dangerous.... --- diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index 8e9c33f15e..3b30d8b928 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -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.