From a0d2f90f733e332884d91b3f9bad18f8fcd80274 Mon Sep 17 00:00:00 2001 From: Max Modesto Wallin Date: Thu, 4 Sep 2025 18:22:20 +0200 Subject: [PATCH] feat(git): auto-complete docs rebase update-refs --- plugins/repo/_repo | 2 ++ 1 file changed, 2 insertions(+) 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)