Autogenerated man pages for v1.3.0-rc3-gd53352
[git.git] / man1 / git-apply.1
index b5c91f1..e447ce5 100755 (executable)
@@ -25,7 +25,7 @@ git-apply \- Apply patch on a git index file and a work tree
 .nf
 \fIgit\-apply\fR [\-\-stat] [\-\-numstat] [\-\-summary] [\-\-check] [\-\-index] [\-\-apply]
           [\-\-no\-add] [\-\-index\-info] [\-\-allow\-binary\-replacement] [\-z] [\-pNUM]
-          [\-\-whitespace=<nowarn|warn|error|error\-all|strip>]
+          [\-CNUM] [\-\-whitespace=<nowarn|warn|error|error\-all|strip>]
           [<patch>...]
 .fi
 
@@ -73,6 +73,10 @@ When showing the index information, do not munge paths, but use NUL terminated m
 Remove <n> leading slashes from traditional diff paths\&. The default is 1\&.
 
 .TP
+\-C<n>
+Ensure at least <n> lines of surrounding context match before and after each change\&. When fewer lines of surrounding context exist they all most match\&. By default no context is ever ignored\&.
+
+.TP
 \-\-apply
 If you use any of the options marked “Turns off "apply"” above, git\-apply reads and outputs the information you asked without actually applying the patch\&. Give this flag after those flags to also apply the patch\&.