We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02dab5d + fa4b5e3 commit d509fa4Copy full SHA for d509fa4
1 file changed
contrib/completion/git-completion.bash
@@ -1687,8 +1687,12 @@ _git_rebase ()
1687
--preserve-merges --stat --no-stat
1688
--committer-date-is-author-date --ignore-date
1689
--ignore-whitespace --whitespace=
1690
- --autosquash --fork-point --no-fork-point
1691
- --autostash
+ --autosquash --no-autosquash
+ --fork-point --no-fork-point
1692
+ --autostash --no-autostash
1693
+ --verify --no-verify
1694
+ --keep-empty --root --force-rebase --no-ff
1695
+ --exec
1696
"
1697
1698
return
0 commit comments