From: Junio C Hamano
Date: Thu, 14 Feb 2008 00:51:31 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4.1-122-gaa8d
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=efe3c63508ebb6a41a953ab6b4b03b7a631fa544;p=git.git
Autogenerated HTML docs for v1.5.4.1-122-gaa8d
---
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