Skip to content

Commit

Permalink
Merge branch 'jk/completion-rebase'
Browse files Browse the repository at this point in the history
* jk/completion-rebase:
  completion: add missing git-rebase options
  • Loading branch information
Junio C Hamano committed Feb 3, 2016
2 parents c167a96 + fa4b5e3 commit 103c95d
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 @@ -1688,8 +1688,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 103c95d

Please sign in to comment.