summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-28 14:37:43 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-28 14:37:43 -0700
commitc416a71a462b776d9f3924af7dbfda8bd4f87bdf (patch)
tree382b0ef1b5f3124d04d7989e4f2e5703ca5f2d5f /git-rev-parse.html
parent8842ccc9dc941b70fd8eccbfcd41acac8627f67f (diff)
downloadgit-htmldocs-c416a71a462b776d9f3924af7dbfda8bd4f87bdf.tar.gz
Autogenerated HTML docs for v2.44.0-413-gd6fd0
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 632270b21..d50d9174f 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -1001,6 +1001,28 @@ for another option.</p></div>
refnames (e.g. "refs/heads/master").
</p>
</dd>
+<dt class="hdlist1">
+--output-object-format=(sha1|sha256|storage)
+</dt>
+<dd>
+<p>
+ Allow oids to be input from any object format that the current
+ repository supports.
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><code>Specifying "sha1" translates if necessary and returns a sha1 oid.</code></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><code>Specifying "sha256" translates if necessary and returns a sha256 oid.</code></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><code>Specifying "storage" translates if necessary and returns an oid in
+encoded in the storage hash algorithm.</code></pre>
+</div></div>
+</dd>
</dl></div>
</div>
<div class="sect2">
@@ -2159,7 +2181,7 @@ Similar to above:
<div id="footer">
<div id="footer-text">
Last updated
- 2024-03-01 17:30:58 PST
+ 2024-03-28 14:36:08 PDT
</div>
</div>
</body>