mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
Merge branch 'jk/completion-rebase'
* jk/completion-rebase: completion: add missing git-rebase options
This commit is contained in:
commit
103c95dbfb
1 changed files with 6 additions and 2 deletions
|
@ -1688,8 +1688,12 @@ _git_rebase ()
|
|||
--preserve-merges --stat --no-stat
|
||||
--committer-date-is-author-date --ignore-date
|
||||
--ignore-whitespace --whitespace=
|
||||
--autosquash --fork-point --no-fork-point
|
||||
--autostash
|
||||
--autosquash --no-autosquash
|
||||
--fork-point --no-fork-point
|
||||
--autostash --no-autostash
|
||||
--verify --no-verify
|
||||
--keep-empty --root --force-rebase --no-ff
|
||||
--exec
|
||||
"
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue