Merge branch 'jk/completion-rebase'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:05 +0000 (14:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:05 +0000 (14:16 -0800)
* jk/completion-rebase:
completion: add missing git-rebase options

contrib/completion/git-completion.bash
index a2db20c81ff361f360667f3a52fe304ab9f3a89d..800e0bb1af45dfb12b4bd8b9e1404e534dc8c96c 100644 (file)
@@ -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