Skip to content

Commit fa4b5e3

Browse files
johnkeepinggitster
authored andcommitted
completion: add missing git-rebase options
This adds the --no-* variants where those are documented in git-rebase(1). Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1b0b6dd commit fa4b5e3

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
@@ -1687,8 +1687,12 @@ _git_rebase ()
16871687
--preserve-merges --stat --no-stat
16881688
--committer-date-is-author-date --ignore-date
16891689
--ignore-whitespace --whitespace=
1690-
--autosquash --fork-point --no-fork-point
1691-
--autostash
1690+
--autosquash --no-autosquash
1691+
--fork-point --no-fork-point
1692+
--autostash --no-autostash
1693+
--verify --no-verify
1694+
--keep-empty --root --force-rebase --no-ff
1695+
--exec
16921696
"
16931697

16941698
return

0 commit comments

Comments
 (0)