Skip to content

Commit 103c95d

Browse files
committed
Merge branch 'jk/completion-rebase'
* jk/completion-rebase: completion: add missing git-rebase options
2 parents c167a96 + fa4b5e3 commit 103c95d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

contrib/completion/git-completion.bash

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,8 +1688,12 @@ _git_rebase ()
16881688
--preserve-merges --stat --no-stat
16891689
--committer-date-is-author-date --ignore-date
16901690
--ignore-whitespace --whitespace=
1691-
--autosquash --fork-point --no-fork-point
1692-
--autostash
1691+
--autosquash --no-autosquash
1692+
--fork-point --no-fork-point
1693+
--autostash --no-autostash
1694+
--verify --no-verify
1695+
--keep-empty --root --force-rebase --no-ff
1696+
--exec
16931697
"
16941698

16951699
return

0 commit comments

Comments
 (0)