Skip to content

Commit d89ad9c

Browse files
moygitster
authored andcommitted
git-completion: add --autostash for 'git rebase'
This option was added in 5879477 (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>
1 parent 9a8c2b6 commit d89ad9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@ _git_rebase ()
16591659
--committer-date-is-author-date --ignore-date
16601660
--ignore-whitespace --whitespace=
16611661
--autosquash --fork-point --no-fork-point
1662+
--autostash
16621663
"
16631664

16641665
return

0 commit comments

Comments
 (0)