completion: add --autostash and --no-autostash to pull
commit541c2a3a3db92a4348f3d9c6b234cedef2853c0b
authorAlbert Astals Cid <albert.astals.cid@kdab.com>
Tue, 21 Nov 2017 14:39:28 +0000 (21 15:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Nov 2017 07:31:43 +0000 (22 16:31 +0900)
tree5627731543af3b3dc8f40838049dcf4443adaea1
parent14c63a9dc093d6738454f6369a4f5663ca732cf7
completion: add --autostash and --no-autostash to pull

Ideally we should only autocomplete if pull has --rebase since
they only work with it but could not figure out how to do that
and the error message of doing git pull --autostash points out
that you need --rebase so i guess it's good enough

Signed-off-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash