From efe3c63508ebb6a41a953ab6b4b03b7a631fa544 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 14 Feb 2008 00:51:31 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4.1-122-gaa8d
---
git-clone.html | 14 +++++++-------
git-clone.txt | 13 +++++++------
git-cvsimport.html | 6 +++---
git-cvsimport.txt | 4 ++--
git.html | 2 +-
git.txt | 3 ++-
6 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/git-clone.html b/git-clone.html
index d95c6653c..737769d39 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -341,13 +341,13 @@ configuration variables.
.git/objects/info/alternates to share the objects
with the source repository. The resulting repository
starts out without any object of its own.
- NOTE: this is a possibly dangerous operation; do not use
- it unless you understand what it does. If you clone your
- repository using this option, then delete branches in the
- source repository and then run git-gc(1) using the
- --prune option in the source repository, it may remove
- objects which are referenced by the cloned repository.
+NOTE: this is a possibly dangerous operation; do not use
+it unless you understand what it does. If you clone your
+repository using this option, then delete branches in the
+source repository and then run git-gc(1) using the
+--prune option in the source repository, it may remove
+objects which are referenced by the cloned repository.
--reference <repository>
@@ -646,7 +646,7 @@ Create a repository on the kernel.org machine that borrows from Linus