summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
commitfd9274d4a1afb62d888e84717c5f0e67850fc96a (patch)
treeccb7a2a797999c806efe4f173d344e06856c4ad2 /git-init.html
parentbacccdab7c8f70ad9471c1b7143b08a0831f2348 (diff)
downloadgit-htmldocs-fd9274d4a1afb62d888e84717c5f0e67850fc96a.tar.gz
Autogenerated HTML docs for v1.6.4-53-g3f55e
Diffstat (limited to 'git-init.html')
-rw-r--r--git-init.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-init.html b/git-init.html
index 382e4eb50..592ba43b9 100644
--- a/git-init.html
+++ b/git-init.html
@@ -320,7 +320,7 @@ git-init(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<div class="para"><p><em>git init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]]</p></div>
+<div class="para"><p><em>git init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]] [directory]</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -409,6 +409,8 @@ is given:</p></div>
<div class="para"><p>By default, the configuration flag receive.denyNonFastForwards is enabled
in shared repositories, so that you cannot force a non fast-forwarding push
into it.</p></div>
+<div class="para"><p>If you name a (possibly non-existent) directory at the end of the command
+line, the command is run inside the directory (possibly after creating it).</p></div>
</li>
</ul></div>
</dd>
@@ -478,7 +480,7 @@ add all existing file to the index
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-07-01 02:30:53 UTC
+Last updated 2009-08-05 21:21:14 UTC
</div>
</div>
</body>