We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c167a96 + fa4b5e3 commit 103c95dCopy full SHA for 103c95d
contrib/completion/git-completion.bash
@@ -1688,8 +1688,12 @@ _git_rebase ()
1688
--preserve-merges --stat --no-stat
1689
--committer-date-is-author-date --ignore-date
1690
--ignore-whitespace --whitespace=
1691
- --autosquash --fork-point --no-fork-point
1692
- --autostash
+ --autosquash --no-autosquash
+ --fork-point --no-fork-point
1693
+ --autostash --no-autostash
1694
+ --verify --no-verify
1695
+ --keep-empty --root --force-rebase --no-ff
1696
+ --exec
1697
"
1698
1699
return
0 commit comments