mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
cvs -z3
|
||||||
update -d -P
|
update -d -P
|
||||||
checkout -P
|
checkout -P
|
||||||
diff -u -b -w -B
|
diff -u
|
||||||
|
|
||||||
------
|
------
|
||||||
diff -u -b -w -B means:
|
diff -u means:
|
||||||
-b Ignore changes in amount of white space.
|
|
||||||
-B Ignore changes that just insert or delete blank lines.
|
|
||||||
-u Use the unified output format.
|
-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
|
With this CVS setting, you don't have to worry about adding/deleting
|
||||||
newlines and spaces.
|
newlines and spaces.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue