Skip to content

Commit

Permalink
completion: add missing git-rebase options
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
johnkeeping authored and gitster committed Jan 25, 2016
1 parent 1b0b6dd commit fa4b5e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1687,8 +1687,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
Expand Down

0 comments on commit fa4b5e3

Please sign in to comment.