summaryrefslogtreecommitdiff
path: root/plugins/repo
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2026-01-04 22:47:54 -0800
committerTuowen Zhao <ztuowen@gmail.com>2026-01-04 22:47:54 -0800
commit2aa4cb7a52b28722816ecfd55f3b06293332c55c (patch)
treef02a9f3d59d109c70caf932a24e43368994e0e8c /plugins/repo
parent7e951c254e779ff0620537cf43ca69dd878387b4 (diff)
parentd23d3ea69fdb839088e6e5589557cce77b34aaf8 (diff)
downloadzsh-2aa4cb7a52b28722816ecfd55f3b06293332c55c.tar.gz
zsh-2aa4cb7a52b28722816ecfd55f3b06293332c55c.tar.bz2
zsh-2aa4cb7a52b28722816ecfd55f3b06293332c55c.zip
Merge remote-tracking branch 'github/master'HEADmaster
Diffstat (limited to 'plugins/repo')
-rw-r--r--plugins/repo/_repo2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/repo/_repo b/plugins/repo/_repo
index 2b1f165f1..c7a1eb11e 100644
--- a/plugins/repo/_repo
+++ b/plugins/repo/_repo
@@ -131,6 +131,8 @@ _repo()
"(--autosquash)--no-ff[Pass --autosquash to git rebase]"\
"(--whitespace=)--whitespace=[Pass --whitespace to git rebase]: :__git_apply_whitespace_strategies"\
"(--auto-stash)--auto-stash[Stash local modifications before starting]"\
+ "(--update-refs)--update-refs[Automatically force-update any branches that point to commits that are being rebased.]"\
+ "(--no-update-refs)--no-update-refs[Turn off the automatic force-update of any branches that point to commits that are being rebased.]"\
&& ret=0
;;
(checkout)