From: Junio C Hamano
Date: Thu, 13 Apr 2006 07:45:12 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.3.0-rc3-gd53352
X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=54559c8b9d844fcbb8510673984390f766841b72;p=git.git
Autogenerated HTML docs for v1.3.0-rc3-gd53352
---
diff --git a/diff-options.txt b/diff-options.txt
index ec6811c7..338014c8 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -4,6 +4,9 @@
-u::
Synonym for "-p".
+--patch-with-raw::
+ Generate patch but keep also the default raw diff output.
+
-z::
\0 line termination on output
diff --git a/git-apply.html b/git-apply.html
index e809b6e1..497d5636 100644
--- a/git-apply.html
+++ b/git-apply.html
@@ -275,7 +275,7 @@ git-apply(1) Manual Page
git-apply [--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>…]
DESCRIPTION
@@ -384,6 +384,17 @@ and a work tree.
+-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.
+
+
+
--apply
@@ -499,7 +510,7 @@ apply.whitespace