summaryrefslogtreecommitdiffstats
path: root/git-rebase.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-01 11:01:01 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-01 11:01:01 -0700
commit423ad67530b013e3cee38e3b6a2b916a294c456f (patch)
treece5e6458e6c2ef0e0a7381c6eb05e500b8a41231 /git-rebase.html
parent4a43f02947697a20234c13da33ac2b67442c4103 (diff)
downloadgit-htmldocs-423ad67530b013e3cee38e3b6a2b916a294c456f.tar.gz
Autogenerated HTML docs for v2.37.1-311-g350dc
Diffstat (limited to 'git-rebase.html')
-rw-r--r--git-rebase.html30
1 files changed, 29 insertions, 1 deletions
diff --git a/git-rebase.html b/git-rebase.html
index 2db63c4c6..f9a7494be 100644
--- a/git-rebase.html
+++ b/git-rebase.html
@@ -1562,6 +1562,21 @@ provided. Otherwise an explicit <code>--no-reschedule-failed-exec</code> at the
start would be overridden by the presence of
<code>rebase.rescheduleFailedExec=true</code> configuration.</p></div>
</dd>
+<dt class="hdlist1">
+--update-refs
+</dt>
+<dt class="hdlist1">
+--no-update-refs
+</dt>
+<dd>
+<p>
+ Automatically force-update any branches that point to commits that
+ are being rebased. Any branches that are checked out in a worktree
+ are not updated in this way.
+</p>
+<div class="paragraph"><p>If the configuration variable <code>rebase.updateRefs</code> is set, then this option
+can be used to override and disable this setting.</p></div>
+</dd>
</dl></div>
</div>
</div>
@@ -1650,6 +1665,11 @@ start would be overridden by the presence of
</li>
<li>
<p>
+--update-refs
+</p>
+</li>
+<li>
+<p>
--root when used in combination with --onto
</p>
</li>
@@ -2630,6 +2650,14 @@ rebase.autoStash
</p>
</dd>
<dt class="hdlist1">
+rebase.updateRefs
+</dt>
+<dd>
+<p>
+ If set to true enable <code>--update-refs</code> option by default.
+</p>
+</dd>
+<dt class="hdlist1">
rebase.missingCommitsCheck
</dt>
<dd>
@@ -2721,7 +2749,7 @@ sequence.editor
<div id="footer">
<div id="footer-text">
Last updated
- 2022-07-18 13:37:02 PDT
+ 2022-08-01 10:59:02 PDT
</div>
</div>
</body>