diff options
| author | Max Modesto Wallin <modestotechnology@gmail.com> | 2025-09-05 02:06:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 08:06:24 +0800 |
| commit | b9c9fcfd3fb93c43b456ddb608308c9ac9bffab1 (patch) | |
| tree | 106d525a342800cf71a5b489fec69b20cea2b79e /plugins/repo/_repo | |
| parent | 680298e920069b313650c1e1e413197c251c9cde (diff) | |
| download | zsh-b9c9fcfd3fb93c43b456ddb608308c9ac9bffab1.tar.gz zsh-b9c9fcfd3fb93c43b456ddb608308c9ac9bffab1.tar.bz2 zsh-b9c9fcfd3fb93c43b456ddb608308c9ac9bffab1.zip | |
feat(repo): auto-complete docs rebase update-refs (#13286)
Diffstat (limited to 'plugins/repo/_repo')
| -rw-r--r-- | plugins/repo/_repo | 2 |
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) |
