mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
this is dangerous....
This commit is contained in:
parent
31a16f63f9
commit
1e55a42391
1 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue