From 3eb513f72a4d78c8b588c8ee957826c86c842a96 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 18 Sep 2006 02:47:16 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.2.1-g80823
---
config.txt | 14 ++++++++++++++
git-apply.html | 16 +++++++++++++++-
git-apply.txt | 10 ++++++++++
git-pack-objects.html | 40 +++++++++++++++++++++++++++++++++++++---
git-pack-objects.txt | 21 ++++++++++++++++++++-
git-repack.html | 18 ++++++++++++++++--
git-repack.txt | 12 +++++++++++-
git-repo-config.html | 26 +++++++++++++++++++++++++-
8 files changed, 148 insertions(+), 9 deletions(-)
diff --git a/config.txt b/config.txt
index ce722a2db..844cae4cf 100644
--- a/config.txt
+++ b/config.txt
@@ -225,6 +225,20 @@ showbranch.default::
The default set of branches for gitlink:git-show-branch[1].
See gitlink:git-show-branch[1].
+status.color::
+ A boolean to enable/disable color in the output of
+ gitlink:git-status[1]. May be set to `true` (or `always`),
+ `false` (or `never`) or `auto`, in which case colors are used
+ only when the output is to a terminal. Defaults to false.
+
+status.color.::
+ Use customized color for status colorization. `` is
+ one of `header` (the header text of the status message),
+ `updated` (files which are updated but not committed),
+ `changed` (files which are changed but not updated in the index),
+ or `untracked` (files which are not tracked by git). The values of
+ these variables may be specified as in diff.color..
+
tar.umask::
By default, gitlink:git-tar-tree[1] sets file and directories modes
to 0666 or 0777. While this is both useful and acceptable for projects
diff --git a/git-apply.html b/git-apply.html
index 84af247e5..1fe07027b 100644
--- a/git-apply.html
+++ b/git-apply.html
@@ -426,6 +426,20 @@ and a work tree.
+--unidiff-zero
+
+
+
+ By default, git-apply(1) expects that the patch being
+ applied is a unified diff with at least one line of context.
+ This provides good safety measures, but breaks down when
+ applying a diff generated with --unified=0. To bypass these
+ checks use --unidiff-zero.
+
+Note, for the reasons stated above usage of context-free patches are
+discouraged.
+
+
--apply
@@ -568,7 +582,7 @@ apply.whitespace