From: Matthieu Moy Date: Wed, 7 Jan 2015 12:40:31 +0000 (+0100) Subject: git-completion: add --autostash for 'git rebase' X-Git-Tag: v2.3.0-rc1~16^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d89ad9c1b8878c54dd46725bd3c01e53b46f748a;p=git git-completion: add --autostash for 'git rebase' This option was added in 58794775 (rebase: implement --[no-]autostash and rebase.autostash, 2013-05-12). Completion of "--autosquash" has been there, but this was not; addition of this would require people completing "--autosquash" to type a bit more than before. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 019026efcb..93bfab696d 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1659,6 +1659,7 @@ _git_rebase () --committer-date-is-author-date --ignore-date --ignore-whitespace --whitespace= --autosquash --fork-point --no-fork-point + --autostash " return