summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-clone.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/git-clone.html b/git-clone.html
index 1446e9507..205c5f954 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -789,7 +789,7 @@ configuration variables.</p></div>
<dd>
<p>
When the repository to clone from is on a local machine,
- this flag bypasses the normal "git aware" transport
+ this flag bypasses the normal "Git aware" transport
mechanism and clones the repository by making a copy of
HEAD and everything under objects and refs directories.
The files under <code>.git/objects/</code> directory are hardlinked
@@ -800,10 +800,10 @@ this is the default, and --local is essentially a no-op. If the
repository is specified as a URL, then this flag is ignored (and we
never use the local optimizations). Specifying <code>--no-local</code> will
override the default when <code>/path/to/repo</code> is given, using the regular
-git transport instead.</p></div>
+Git transport instead.</p></div>
<div class="paragraph"><p>To force copying instead of hardlinking (which may be desirable if you
are trying to make a back-up of your repository), but still avoid the
-usual "git aware" transport mechanism, <code>--no-hardlinks</code> can be used.</p></div>
+usual "Git aware" transport mechanism, <code>--no-hardlinks</code> can be used.</p></div>
</dd>
<dt class="hdlist1">
--no-hardlinks
@@ -832,9 +832,9 @@ usual "git aware" transport mechanism, <code>--no-hardlinks</code> can be used.<
<div class="paragraph"><p><strong>NOTE</strong>: this is a possibly dangerous operation; do <strong>not</strong> use
it unless you understand what it does. If you clone your
repository using this option and then delete branches (or use any
-other git command that makes any existing commit unreferenced) in the
+other Git command that makes any existing commit unreferenced) in the
source repository, some objects may become unreferenced (or dangling).
-These objects may be removed by normal git operations (such as <code>git commit</code>)
+These objects may be removed by normal Git operations (such as <code>git commit</code>)
which automatically call <code>git gc --auto</code>. (See <a href="git-gc.html">git-gc(1)</a>.)
If these objects are removed and were referenced by the cloned repository,
then the cloned repository will become corrupt.</p></div>
@@ -913,7 +913,7 @@ objects from the source repository into a pack in the cloned repository.</p></di
</dt>
<dd>
<p>
- Make a <em>bare</em> GIT repository. That is, instead of
+ Make a <em>bare</em> Git repository. That is, instead of
creating <code>&lt;directory&gt;</code> and placing the administrative
files in <code>&lt;directory&gt;/.git</code>, make the <code>&lt;directory&gt;</code>
itself the <code>$GIT_DIR</code>. This obviously implies the <code>-n</code>
@@ -1061,8 +1061,8 @@ objects from the source repository into a pack in the cloned repository.</p></di
<p>
Instead of placing the cloned repository where it is supposed
to be, place the cloned repository at the specified directory,
- then make a filesytem-agnostic git symbolic link to there.
- The result is git repository can be separated from working
+ then make a filesytem-agnostic Git symbolic link to there.
+ The result is Git repository can be separated from working
tree.
</p>
</dd>
@@ -1156,7 +1156,7 @@ git://host.xz&#91;:port&#93;/~&#91;user&#93;/path/to/repo.git/
</p>
</li>
</ul></div>
-<div class="paragraph"><p>For local repositories, also supported by git natively, the following
+<div class="paragraph"><p>For local repositories, also supported by Git natively, the following
syntaxes may be used:</p></div>
<div class="ulist"><ul>
<li>
@@ -1172,7 +1172,7 @@ syntaxes may be used:</p></div>
</ul></div>
<div class="paragraph"><p>These two syntaxes are mostly equivalent, except the former implies
--local option.</p></div>
-<div class="paragraph"><p>When git doesn&#8217;t know how to handle a certain transport protocol, it
+<div class="paragraph"><p>When Git doesn&#8217;t know how to handle a certain transport protocol, it
attempts to use the <em>remote-&lt;transport&gt;</em> remote helper, if one
exists. To explicitly request a remote helper, the following syntax
may be used:</p></div>
@@ -1292,7 +1292,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-11-13 14:31:09 PST
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>