Skip to content

Commit

Permalink
this is dangerous....
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cox committed May 9, 2002
1 parent 31a16f6 commit 1e55a42
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.SUBMITTING_PATCH
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e55a42

Please sign in to comment.