From 54559c8b9d844fcbb8510673984390f766841b72 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 13 Apr 2006 07:45:12 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.3.0-rc3-gd53352
---
diff-options.txt | 3 +
git-apply.html | 15 ++-
git-apply.txt | 8 +-
git-diff-files.html | 10 +-
git-diff-index.html | 10 +-
git-diff-stages.html | 10 +-
git-diff-tree.html | 10 +-
git-merge-tree.html | 307 +++++++++++++++++++++++++++++++++++++++++++++++++
git-merge-tree.txt | 37 ++++++
git-mktree.html | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++
git-mktree.txt | 35 ++++++
git.html | 58 +++++++++-
git.txt | 21 ++++
13 files changed, 830 insertions(+), 8 deletions(-)
create mode 100644 git-merge-tree.html
create mode 100644 git-merge-tree.txt
create mode 100644 git-mktree.html
create mode 100644 git-mktree.txt
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