Merge branch 'jk/completion-rebase' into maint

* jk/completion-rebase:
  completion: add missing git-rebase options
This commit is contained in:
Junio C Hamano 2016-02-05 14:54:16 -08:00
Родитель 02dab5d399 fa4b5e3a35
Коммит d509fa44ed
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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