commit - dbda770b9c10968769697cd1a7d6ffff596dd30b
commit + dd6c3779b6533ba060e07dc68fdaf6b1e0e49d30
blob - 61596d1cfc534598b2516ffa737754cfb667abb1
blob + 191ae2e5a9cee80ff3902ee897f67501ec3aad5e
--- got/got.1
+++ got/got.1
Cannot be used together with the
.Fl P
option.
-.Pp
.It Fl C Ar number
Set the number of context lines shown in the diff.
By default, 3 lines of context are shown.
Apply changes from
.Ar patchfile
.Pq or standard input
-and record the state of the affected files afterwards.
-The content of
-.Ar patchfile
-must be an unified diff.
+that must be a unified diff.
If
.Ar patchfile
contains more than one patch,
.Nm
.Cm patch
-will try to apply them all.
+will try to apply each of them in sequence.
+Files added or removed by the patch scheduled for addition or removal in
+the work tree.
.Pp
-Show the status of each affected file, using the following status codes:
+While applying the
+.Ar patchfile ,
+show the status of each affected file, using the following status codes:
.Bl -column XYZ description
.It M Ta modified file
.It D Ta deleted file
.Cm patch
applies it somewhere else in the file if it can find a good spot before
giving up.
+.Pp
+.Nm
+.Cm patch
+will refuse to apply a patch if certain preconditions are not met.
+Files to be deleted must be present in the work tree and not have been
+scheduled for deletion already.
+Files to be added must be unknown and not present in the work tree.
+Files to be modified must be already present in the the work tree and
+not have conflicts or being obstructed.
+.Pp
+If an error occurs, the
+.Cm patch
+operation will be aborted.
+Any changes made to the work tree up to this point will be left behind.
+Such cahnges can be viewed with
+.Cm got diff
+and can be reverted with
+.Cm got revert
+if needed.
.Tg rv
.It Cm revert Oo Fl p Oc Oo Fl F Ar response-script Oc Oo Fl R Oc Ar path ...
.Dl Pq alias: Cm rv