summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
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.txt
parent4a43f02947697a20234c13da33ac2b67442c4103 (diff)
downloadgit-htmldocs-423ad67530b013e3cee38e3b6a2b916a294c456f.tar.gz
Autogenerated HTML docs for v2.37.1-311-g350dc
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index a872ab0fb..080658c87 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -612,6 +612,15 @@ provided. Otherwise an explicit `--no-reschedule-failed-exec` at the
start would be overridden by the presence of
`rebase.rescheduleFailedExec=true` configuration.
+--update-refs::
+--no-update-refs::
+ 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.
++
+If the configuration variable `rebase.updateRefs` is set, then this option
+can be used to override and disable this setting.
+
INCOMPATIBLE OPTIONS
--------------------
@@ -635,6 +644,7 @@ are incompatible with the following options:
* --empty=
* --reapply-cherry-picks
* --edit-todo
+ * --update-refs
* --root when used in combination with --onto
In addition, the following pairs of options are incompatible: