summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-05-09 20:36:49 +0000
committerJames Cox <imajes@php.net>2002-05-09 20:36:49 +0000
commit1e55a4239184b59b7e92a22769c39f48e3550080 (patch)
tree8bda282ce18fe9d820f3113c2a78d630a7f769a3 /README.SUBMITTING_PATCH
parent31a16f63f9e6f09903a7cf243a6ed0fb9c6ef535 (diff)
downloadphp-git-1e55a4239184b59b7e92a22769c39f48e3550080.tar.gz
this is dangerous....
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH8
1 files changed, 3 insertions, 5 deletions
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.