summaryrefslogtreecommitdiffstats
path: root/git-symbolic-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-21 13:48:21 -0700
committerJunio C Hamano <gitster@pobox.com>2022-10-21 13:48:21 -0700
commit3393baa82caf1ef9cfef431d84aff17e9d88076f (patch)
tree28f33794a4ea9c097feba0e2144d6dc7a487975b /git-symbolic-ref.html
parent9c4109bd8c638e334b4420ec5ef40c1ef806723c (diff)
downloadgit-htmldocs-3393baa82caf1ef9cfef431d84aff17e9d88076f.tar.gz
Autogenerated HTML docs for v2.38.1-143-g1fc3c
Diffstat (limited to 'git-symbolic-ref.html')
-rw-r--r--git-symbolic-ref.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/git-symbolic-ref.html b/git-symbolic-ref.html
index 9e80f4f89..052bc45f4 100644
--- a/git-symbolic-ref.html
+++ b/git-symbolic-ref.html
@@ -750,7 +750,7 @@ git-symbolic-ref(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git symbolic-ref</em> [-m &lt;reason&gt;] &lt;name&gt; &lt;ref&gt;
-<em>git symbolic-ref</em> [-q] [--short] &lt;name&gt;
+<em>git symbolic-ref</em> [-q] [--short] [--no-recurse] &lt;name&gt;
<em>git symbolic-ref</em> --delete [-q] &lt;name&gt;</pre>
<div class="attribution">
</div></div>
@@ -810,6 +810,22 @@ a regular file whose contents is <code>ref: refs/heads/master</code>.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--recurse
+</dt>
+<dt class="hdlist1">
+--no-recurse
+</dt>
+<dd>
+<p>
+ When showing the value of &lt;name&gt; as a symbolic ref, if
+ &lt;name&gt; refers to another symbolic ref, follow such a chain
+ of symbolic refs until the result no longer points at a
+ symbolic ref (<code>--recurse</code>, which is the default).
+ <code>--no-recurse</code> stops after dereferencing only a single level
+ of symbolic ref.
+</p>
+</dd>
+<dt class="hdlist1">
-m
</dt>
<dd>
@@ -847,7 +863,7 @@ name is not a symbolic ref, or 128 if another error occurs.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2022-10-21 13:46:13 PDT
</div>
</div>
</body>