Differences between version 2 and predecessor to the previous major change of patch(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, June 4, 2002 12:22:28 am | by perry | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:22:28 am | by perry | Revert |
@@ -149,17 +149,17 @@
best name otherwise.
If __patch__ is not ignoring RCS ,
-ClearCase, and SCCS (see the __-g__
+!
ClearCase, and SCCS (see the __-g__
''num'' or __--get=__''num'' option), and no named
-files exist but an RCS , ClearCase, or
+files exist but an RCS , !
ClearCase, or
SCCS master is found, __patch__ selects
-the first named file with an RCS , ClearCase,
+the first named file with an RCS , !
ClearCase,
or SCCS master.
-If no named files exist, no RCS , ClearCase,
+If no named files exist, no RCS , !
ClearCase,
or SCCS master was found, some names are
given, __patch__ is not conforming to
POSIX , and the patch appears to create a
file, __patch__ selects the best name requiring the
@@ -344,12 +344,12 @@
This option controls __patch__'s actions when a file is
under RCS or SCCS control, and
does not exist or is read-only and matches the default
-version, or when a file is under ClearCase control and does
+version, or when a file is under !
ClearCase control and does
not exist. If ''num'' is positive, __patch__ gets (or
checks out) the file from the revision control system; if
-zero, __patch__ ignores RCS , ClearCase,
+zero, __patch__ ignores RCS , !
ClearCase,
and SCCS and does not get the file; and if
negative, __patch__ asks the user whether to get the
file. The default value of this option is given by the value
of the __PATCH_GET__ environment variable if it is set;
@@ -457,9 +457,9 @@
patching.
Do not ask whether to get files from RCS ,
-ClearCase, or SCCS .
+!
ClearCase, or SCCS .
Require that all options precede the files in the command
line.
@@ -719,9 +719,9 @@
__PATCH_GET__
This specifies whether __patch__ gets missing or
-read-only files from RCS , ClearCase, or
+read-only files from RCS , !
ClearCase, or
SCCS by default; see the __-g__ or
__--get__ option.
@@ -1087,7 +1087,7 @@
Eggert removed __patch__'s arbitrary limits; added
support for binary files, setting file times, and deleting
files; and made it conform better to POSIX .
Other contributors include Wayne Davison, who added unidiff
-support, and David MacKenzie, who added configuration and
+support, and David !
MacKenzie, who added configuration and
backup support.
----