diff options
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r-- | README.SUBMITTING_PATCH | 8 |
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. |