summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-07-19 20:02:13 +0000
committerJunio C Hamano <junio@kernel.org>2011-07-19 20:02:13 +0000
commit708376e8576f6d39b62b27ee9dfe7292c652f728 (patch)
treef0eaf132b1e3eac00257e9b51bbfc58285e261a3 /git-clone.html
parent360e3a1e2a1605a257fceaa3f9a5cd99ce19f0f6 (diff)
downloadgit-htmldocs-708376e8576f6d39b62b27ee9dfe7292c652f728.tar.gz
Autogenerated HTML docs for v1.7.6-233-gd79bc
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 7b5a8427c..db85d92cc 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -647,6 +647,24 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+--config &lt;key&gt;=&lt;value&gt;
+</dt>
+<dt class="hdlist1">
+-c &lt;key&gt;=&lt;value&gt;
+</dt>
+<dd>
+<p>
+ Set a configuration variable in the newly-created repository;
+ this takes effect immediately after the repository is
+ initialized, but before the remote history is fetched or any
+ files checked out. The key is in the same format as expected by
+ <a href="git-config.html">git-config(1)</a> (e.g., <tt>core.eol=true</tt>). If multiple
+ values are given for the same key, each value will be written to
+ the config file. This makes it safe, for example, to add
+ additional fetch refspecs to the origin remote.
+</p>
+</dd>
+<dt class="hdlist1">
--depth &lt;depth&gt;
</dt>
<dd>
@@ -902,7 +920,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-05-25 23:59:09 UTC
+Last updated 2011-07-19 20:01:51 UTC
</div>
</div>
</body>