summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-02 07:31:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-02 07:31:16 +0000
commit9e1793f616e87f4cb87e970250caa7b5ee8ad313 (patch)
tree8fbbdfbcf549bd60bd184ae0987347314be40d9e /git-init.html
parent054ea0856e4bbd375c55e9f5960693e0da914411 (diff)
downloadgit-htmldocs-9e1793f616e87f4cb87e970250caa7b5ee8ad313.tar.gz
Autogenerated HTML docs for v1.5.6-rc0-84-g06f60
Diffstat (limited to 'git-init.html')
-rw-r--r--git-init.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-init.html b/git-init.html
index 75a80104c..a2e23c928 100644
--- a/git-init.html
+++ b/git-init.html
@@ -272,7 +272,7 @@ git-init(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-init</em> [-q | --quiet] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]]</p>
+<p><em>git-init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]]</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -286,6 +286,15 @@ Only print error and warning messages, all other output will be suppressed.
</p>
</dd>
<dt>
+--bare
+</dt>
+<dd>
+<p>
+Create a bare repository. If GIT_DIR environment is not set, it is set to the
+current working directory.
+</p>
+</dd>
+<dt>
--template=&lt;template_directory&gt;
</dt>
<dd>
@@ -412,7 +421,7 @@ add all existing file to the index
</div>
<div id="footer">
<div id="footer-text">
-Last updated 01-Jun-2008 08:21:36 UTC
+Last updated 02-Jun-2008 07:30:00 UTC
</div>
</div>
</body>