From 1e6e00634f257c354c4261ef7da2b8dc495e3c99 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 13 Jul 2007 05:33:25 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3-rc1-4-gaf83
---
config.txt | 1 +
git-clone.html | 5 ++++-
git-clone.txt | 1 +
git-commit.html | 29 ++++++++++++++++++++++++++---
git-commit.txt | 17 +++++++++++++++--
git-config.html | 3 ++-
git-merge.html | 29 ++++++++++++++++++++++++++++-
git-merge.txt | 15 +++++++++++++++
git.html | 12 +++++++++++-
git.txt | 5 +++++
10 files changed, 108 insertions(+), 9 deletions(-)
diff --git a/config.txt b/config.txt
index 11b332117..d0e9a175f 100644
--- a/config.txt
+++ b/config.txt
@@ -567,6 +567,7 @@ merge.verbosity::
message if conflicts were detected. Level 1 outputs only
conflicts, 2 outputs conflicts and file changes. Level 5 and
above outputs debugging information. The default is level 2.
+ Can be overriden by 'GIT_MERGE_VERBOSITY' environment variable.
merge..name::
Defines a human readable name for a custom low-level
diff --git a/git-clone.html b/git-clone.html
index 4c1dcde1d..e243475d7 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -352,6 +352,9 @@ configuration variables.
+--no-checkout
+
+
-n
@@ -608,7 +611,7 @@ Create a repository on the kernel.org machine that borrows from Linus