summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
commit1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c (patch)
treef226feddd6d36e361726b8e4de69d41eab341d28 /git-init.html
parent357906b72afda4a1350f2cda79d502d04e2a5f3a (diff)
downloadgit-htmldocs-1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c.tar.gz
Autogenerated HTML docs for v2.26.0-103-g3bab5
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 22e314e4a..f13760ccf 100644
--- a/git-init.html
+++ b/git-init.html
@@ -750,7 +750,7 @@ git-init(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;]
- [--separate-git-dir &lt;git dir&gt;]
+ [--separate-git-dir &lt;git dir&gt;] [--object-format=&lt;format]
[--shared[=&lt;permissions&gt;]] [directory]</pre>
<div class="attribution">
</div></div>
@@ -800,6 +800,15 @@ current working directory.
</p>
</dd>
<dt class="hdlist1">
+--object-format=&lt;format&gt;
+</dt>
+<dd>
+<p>
+Specify the given object format (hash algorithm) for the repository. The valid
+values are <em>sha1</em> and (if enabled) <em>sha256</em>. <em>sha1</em> is the default.
+</p>
+</dd>
+<dt class="hdlist1">
--template=&lt;template_directory&gt;
</dt>
<dd>
@@ -972,7 +981,7 @@ Record the pristine state as the first commit in the history.
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-03-26 18:10:39 PDT
</div>
</div>
</body>