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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9a8c2b67cd
commit
d89ad9c1b8
@ -1659,6 +1659,7 @@ _git_rebase ()
|
|||||||
--committer-date-is-author-date --ignore-date
|
--committer-date-is-author-date --ignore-date
|
||||||
--ignore-whitespace --whitespace=
|
--ignore-whitespace --whitespace=
|
||||||
--autosquash --fork-point --no-fork-point
|
--autosquash --fork-point --no-fork-point
|
||||||
|
--autostash
|
||||||
"
|
"
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user