Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/completion-rebase'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Feb 2016 22:16:05 +0000
(14:16 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
c167a96
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index a2db20c81ff361f360667f3a52fe304ab9f3a89d..800e0bb1af45dfb12b4bd8b9e1404e534dc8c96c 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-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