summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2016-01-21 20:52:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-01-25 23:13:54 (GMT)
commitfa4b5e3a35142fabfe905d7e503eeb85773c56ed (patch)
treeebfee9b242e569e1e7e0d09e2e91299fae67592a /contrib
parent1b0b6dd0720572dcf90c264aeb91f96a017b0f25 (diff)
downloadgit-fa4b5e3a35142fabfe905d7e503eeb85773c56ed.zip
git-fa4b5e3a35142fabfe905d7e503eeb85773c56ed.tar.gz
git-fa4b5e3a35142fabfe905d7e503eeb85773c56ed.tar.bz2
completion: add missing git-rebase options
This adds the --no-* variants where those are documented in git-rebase(1). Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 6956807..5cec0ee 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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