summaryrefslogtreecommitdiffstats
path: root/git-show-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
commita89117826695bd15a06ab893f088622d58d49b0f (patch)
tree70a28e4da17998aca0ba3e65532c146377dc655b /git-show-index.html
parentcb66540f7a8e62233e4f403871e927e8de01bb3f (diff)
downloadgit-htmldocs-a89117826695bd15a06ab893f088622d58d49b0f.tar.gz
Autogenerated HTML docs for v2.27.0-343-g4a0fcf
Diffstat (limited to 'git-show-index.html')
-rw-r--r--git-show-index.html22
1 files changed, 20 insertions, 2 deletions
diff --git a/git-show-index.html b/git-show-index.html
index 6e7793675..44fb7d93b 100644
--- a/git-show-index.html
+++ b/git-show-index.html
@@ -749,7 +749,7 @@ git-show-index(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git show-index</em></pre>
+<pre class="content"><em>git show-index</em> [--object-format=&lt;hash-algorithm&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -790,6 +790,24 @@ index file itself, it&#8217;s both faster and more flexible.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_options">OPTIONS</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+--object-format=&lt;hash-algorithm&gt;
+</dt>
+<dd>
+<p>
+ Specify the given object format (hash algorithm) for the index file. The
+ valid values are <em>sha1</em> and (if enabled) <em>sha256</em>. The default is the
+ algorithm for the current repository (set by <code>extensions.objectFormat</code>), or
+ <em>sha1</em> if no value is set or outside a repository..
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
@@ -800,7 +818,7 @@ index file itself, it&#8217;s both faster and more flexible.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-07-06 22:33:22 PDT
</div>
</div>
</body>