summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-14 00:51:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-14 00:51:31 +0000
commitefe3c63508ebb6a41a953ab6b4b03b7a631fa544 (patch)
tree967f56c657e168accd43f35adb9aa1cd6a165919 /git-clone.txt
parent9c33415fc305e37bd5a1f399bae1c3b9e2559571 (diff)
downloadgit-htmldocs-efe3c63508ebb6a41a953ab6b4b03b7a631fa544.tar.gz
Autogenerated HTML docs for v1.5.4.1-122-gaa8d
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 234188161..975824301 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -62,12 +62,13 @@ OPTIONS
.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 linkgit: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 linkgit:git-gc[1] using the
+'--prune' option in the source repository, it may remove
+objects which are referenced by the cloned repository.