diff options
author | John Keeping <john@keeping.me.uk> | 2014-01-11 14:27:13 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-13 14:20:31 -0800 |
commit | 4310e328d416be00e58e90b69ed3b62f5845c744 (patch) | |
tree | 3e5c8b020f0213d49d65fdbc6b6acec91881eac6 /contrib | |
parent | 85453fd1e36c581c1e6b7939e46badf2581837b3 (diff) | |
download | git-4310e328d416be00e58e90b69ed3b62f5845c744.tar.gz git-4310e328d416be00e58e90b69ed3b62f5845c744.tar.xz |
completion: handle --[no-]fork-point options to git-rebase
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.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e74d40242..3c1a11f25 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1637,7 +1637,7 @@ _git_rebase () --preserve-merges --stat --no-stat --committer-date-is-author-date --ignore-date --ignore-whitespace --whitespace= - --autosquash + --autosquash --fork-point --no-fork-point " return |